ps_get_buffer

(PECL ps >= 1.1.0)
Fetches the full buffer containig the generated PS data
string ps_get_buffer ( resource $psdoc )

This function is not implemented yet. It will always return an empty string. The idea for a later implementation is to write the contents of the postscript file into an internal buffer if in memory creation is requested, and retrieve the buffer content with this function. Currently, documents created in memory are send to the browser without buffering.

Parameters:
psdoc

Resource identifier of the postscript file as returned by ps_new().

This function is currently not documented; only its argument list is available.

See also:

ps_open_file() -

doc_php
2016-02-24 16:04:27
Comments
Leave a Comment

Please login to continue.