• PHP Video Tutorials

PHP - FDF Set Version Module



The fdf_set_version() function can set the version number for a FDF file.

Syntax

bool fdf_set_version( resource $fdf_document , string $version 

The fdf_set_version() function can set the FDF version for a given document, and some features supported by this extension is only available in newer FDF versions.

The fdf_set_version() function can return true on success, or false on failure.

php_function_reference.htm
Advertisements