fdf_save_string
PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN
fdf_save_string - Returns the FDF document as a string
Manual
fdf_save_string(
resource$fdf_document ): string
Returns the FDF document as a string.
Parameters
- fdf_document
-
The FDF document handle, returned by fdf_create, fdf_open or fdf_open_string.
Return Values
Returns the document as a string, or false on error.