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
Code Examples

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.

Related Functions

Example of fdf_save_string

Show all examples for fdf_save_string

PHP Version: