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

PDF_get_buffer

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_get_bufferGet PDF output buffer

说明

string PDF_get_buffer ( resource $p )

Fetches the buffer containing the generated PDF data.


PDF 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Get PDF output buffer

用户评论:

jorgepedret at gmail dot com (20-Mar-2008 03:43)

This function can only be used when you are writing a file to memory and not to a physical file. Otherwise you will get an error like this one: Don't fetch buffer contents when writing to file.

cookiekid at gmail dot com (28-Apr-2006 07:15)

If you plan to use get_buffer() you have to call open_file() with an
empty filename.