PDF 函数
在线手册:中文 英文
PHP手册

PDF_add_table_cell

(PECL pdflib >= 2.1.0)

PDF_add_table_cellAdd a cell to a new or existing table

说明

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

Adds a cell to a new or existing table.


PDF 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Add a cell to a new or existing table

用户评论:

schumy (12-Nov-2007 10: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