ResourceBundle::getErrorCoderesourcebundle_get_error_codeGet bundle's last error code. BeschreibungObjektorientierter Stil
public
int
ResourceBundle::getErrorCode
( void
)
Prozeduraler Stil
int
resourcebundle_get_error_code
( ResourceBundle
$r
)Get error code from the last function performed by the bundle object. Parameter-Liste
RückgabewerteReturns error code from last bundle object call. BeispieleBeispiel #1 resourcebundle_get_error_code example
<?phpBeispiel #2 OO example
<?phpSiehe auch
|