Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: cpdf_end_text - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

cpdf_fill_stroke" width="11" height="7"/> <cpdf_curveto
Last updated: Wed, 01 Nov 2006
view this page in

cpdf_end_text

(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)

cpdf_end_text -- テキストセクションを終了する

説明

bool cpdf_end_text ( int pdf_document )

cpdf_end_text() は、 cpdf_begin_text() により開始した テキストセクションを終了します。 成功した場合に TRUE を、失敗した場合に FALSE を返します。

例 1. テキスト出力

<?php
cpdf_begin_text
($pdf);
cpdf_set_font($pdf, 16, "Helvetica", "WinAnsiEncoding");
cpdf_text($pdf, 100, 100, "Some text");
cpdf_end_text($pdf)
?>

cpdf_begin_text() も参照ください。



add a note add a note User Contributed Notes
cpdf_end_text
There are no user contributed notes for this page.

cpdf_fill_stroke" width="11" height="7"/> <cpdf_curveto
Last updated: Wed, 01 Nov 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites