©
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
PDF_get_buffer — Get PDF output buffer
$p
)Fetches the buffer containing the generated PDF data.
[#1] jorgepedret at gmail dot com [2008-03-20 07:43:10]
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.
[#2] cookiekid at gmail dot com [2006-04-27 23:15:04]
If you plan to use get_buffer() you have to call open_file() with an
empty filename.