Query: fdf_error
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDF_ERROR(3) 1 FDF_ERROR(3) fdf_error - Return error description for FDF error codeSYNOPSISstring fdf_error ([int $error_code = -1])DESCRIPTIONGets a textual description for the FDF error code given in $error_code.PARAMETERSo $error_code - An error code obtained with fdf_errno(3). If not provided, this function uses the internal error code set by the last operation.RETURN VALUESReturns the error message as a string, or the string no error if nothing went wrong.SEE ALSOfdf_errno(3). PHP Documentation Group FDF_ERROR(3)