![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
dbx_error(PHP 4 >= 4.0.6, PHP 5) dbx_error -- Report the error message of the latest function call in the module (not just in the connection)Descriptionstring dbx_error ( object link_identifier )dbx_error() returns a string containing the error message from the last function call of the abstracted module (e.g. mysql module). If there are multiple connections in the same module, just the last error is given. If there are connections on different modules, the latest error is returned for the module specified by the link_identifier parameter.
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|