• PHP Video Tutorials

PHP - FDF Set Status Module



The fdf_set_status() function can set the value of /STATUS key.

Syntax

bool fdf_set_status( resource $fdf_document , string $status )

The fdf_set_status() function can set the value of /STATUS key, and when a client can receive an FDF with the status set, it can present the value in an alert box.

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

php_function_reference.htm
Advertisements