GoLang ps_get_buffer

request it (259)
GoLang replacement for PHP's ps_get_buffer [edit | history]



Do you know a GoLang replacement for PHP's ps_get_buffer? Write it!

PHP ps_get_buffer

PHP original manual for ps_get_buffer [ show | php.net ]

ps_get_buffer

(PECL ps >= 1.1.0)

ps_get_bufferFetches the full buffer containig the generated PS data

Description

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.

Warning

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

Parameters

psdoc

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

See Also