PHP Doku:: Fügt eine Zelle zu einer neuen oder vorhandenen Tabelle hinzu - function.pdf-add-table-cell.html

Verlauf / Chronik / History: (31) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenPDFPDF FunktionenPDF_add_table_cell

Ein Service von Reinhard Neidl - Webprogrammierung.

PDF Funktionen

<<PDF_add_pdflink

PDF_add_textflow>>

PDF_add_table_cell

(PECL pdflib >= 2.1.0)

PDF_add_table_cellFügt eine Zelle zu einer neuen oder vorhandenen Tabelle hinzu

Beschreibung

int PDF_add_table_cell ( resource $pdfdoc , int $table , int $column , int $row , string $text , string $optlist )

Fügt eine Zelle zu einer neuen oder bereits vorhandenen Tabelle hinzu.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
schumy
12.11.2007 11:19
Under php_pdf.h & php_pdf4.h, this method is not included. So this won't work currently.

To cross check follow this link,

http://cvs.php.net/viewvc.cgi/pecl/pdf/php_pdf.h?
revision=1.36&view=markup

Regards
schumy



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)