   #PHP Manual Forms Data Format functions fdf_enum_values fdf_error

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   fdf_errno

   (PHP 4 >= 4.3.0)
   fdf_errno -- Return error code for last fdf operation

Description

   int fdf_errno ( void )

   fdf_errno() returns the error code set by the last fdf_...() function
   call. This is zero for a successfull operation or a non-zero error
   code on failure. A textual description may be obtained using the
   fdf_error() function.

   See also fdf_error().
   ______________________________________________________________________

   Prev            Home      Next
   fdf_enum_values  Up  fdf_error
