Join our community in the tech forums for uncut technology discussion.
fdf_error
(PHP 4 >= 4.3.0, PHP 5) fdf_error -- Return error description for fdf error code Descriptionstring fdf_error ( [int error_code] )
fdf_error() returns a textual description for
the fdf error code given in error_code.
The function uses the internal error code set by the last operation
if no error_code is given, so
fdf_error() is a convenient shortcut for
fdf_error(fdf_errno()).
See also fdf_errno().
Join our community in the tech forums for uncut technology discussion.
|