ResourceBundle::getErrorCoderesourcebundle_get_error_codeGet bundle's last error code DescriptionObject-oriented style
public int ResourceBundle::getErrorCode()
Procedural style int resourcebundle_get_error_code(ResourceBundle
$bundle )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
Example #2 OO example
See Also
|