ifx_errormsg(3) php man page | unix.com

Man Page: ifx_errormsg

Operating Environment: php

Section: 3

IFX_ERRORMSG(3) 							 1							   IFX_ERRORMSG(3)

ifx_errormsg - Returns error message of last Informix call

SYNOPSIS
string ifx_errormsg ([int $errorcode])
DESCRIPTION
Returns the Informix error message associated with the most recent Informix error.
PARAMETERS
o $errorcode - If specified, the function will return the message corresponding to the specified code.
RETURN VALUES
Return the error message, as a string.
EXAMPLES
Example #1 ifx_errormsg(3) example <?php printf("%s <br>", ifx_errormsg(-201)); ?>
SEE ALSO
ifx_error(3). PHP Documentation Group IFX_ERRORMSG(3)
Related Man Pages
pdo_informix-dsn(3) - php
ifx_connect(3) - php
socket_last_error(3) - php
apache::session::informix(3pm) - debian
apache::session::store::informix(3pm) - debian
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Status of UNIX.COM Forum Transformation