Forum und email

cpdf_continue_text

(PHP 4, PHP 5 <= 5.0.5)

cpdf_continue_text — 次の行にテキストを出力する

説明

bool cpdf_continue_text ( int $pdf_document , string $text )

文字列 text を次の行に出力します。

パラメータ

pdf_document

cpdf_open() が返す、ドキュメントのハンドル。

text

出力する文字列。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。