ResourceBundle::getErrorCoderesourcebundle_get_error_codeGet bundle's last error code. DescriptionObject oriented style
public
int
ResourceBundle::getErrorCode
( void
)
Procedural style
int
resourcebundle_get_error_code
( ResourceBundle
$r
)Get error code from the last function performed by the bundle object. Parameters
Return ValuesReturns error code from last bundle object call. ExamplesExample #1 resourcebundle_get_error_code example
<?php Example #2 OO example
<?php See Also
|