   #PHP Manual SQLite sqlite_current sqlite_escape_string

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                              sqlite_error_string

   (no version information, might be only in CVS)
   sqlite_error_string -- Returns the textual description of an error
   code.

Description

   string sqlite_error_string ( int error_code)

   Returns a human readable description of the error_code returned from
   sqlite_last_error().

   See also sqlite_last_error().
   ______________________________________________________________________

   Prev           Home                 Next
   sqlite_current  Up  sqlite_escape_string
