Home > PHP > Function > FDF > fdf_save_string()

fdf_save_string()

fdf_save_string - Returns the FDF document as a string

Syntax

string fdf_save_string (resource $fdf_document)

Arguments

  • fdf_document - The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string().

Description

Returns the FDF document as a string.

Version

PHP 4.3.0, 5

Return value

Returns the document as a string, or FALSE on error.