ps_get_buffer

(PECL ps >= 1.1.0)

ps_get_bufferFetches 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.

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

psdoc

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

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top