Query: fdf_set_version
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDF_SET_VERSION(3) 1 FDF_SET_VERSION(3) fdf_set_version - Sets version number for a FDF fileSYNOPSISbool fdf_set_version (resource $fdf_document, string $version)DESCRIPTIONSets the FDF $version for the given document. Some features supported by this extension are only available in newer FDF versions.PARAMETERSo $fdf_document - The FDF document handle, returned by fdf_create(3), fdf_open(3) or fdf_open_string(3). o $version - The version number. For the current FDF toolkit 5.0, this may be either 1.2, 1.3 or 1.4.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOfdf_get_version(3). PHP Documentation Group FDF_SET_VERSION(3)