Query: ps_get_buffer
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_GET_BUFFER(3) 1 PS_GET_BUFFER(3) ps_get_buffer - Fetches the full buffer containig the generated PS dataSYNOPSISstring ps_get_buffer (resource $psdoc)DESCRIPTIONThis 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. Cur- rently, documents created in memory are send to the browser without buffering. Warning This function is currently not documented; only its argument list is available.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3).SEE ALSOps_open_file(3). PHP Documentation Group PS_GET_BUFFER(3)