8.13.75 cpdf_show()Imprime un texte à la position courante[ Exemples avec cpdf_show ] PHP 3>= 3.0.8, PHP 4 , PHP 5
bool
cpdf_show (
int
pdf_document
,
string
text
)
cpdf_show
imprime la chaîne
text
à la position courante.
Cette fonction retourne
TRUE
en cas de
succès,
FALSE
en cas d'échec.
Voir aussi
cpdf_text
,
cpdf_begin_text
et
cpdf_end_text
.
|