|
NumberFormatter::getErrorCodenumfmt_get_error_codeGet formatter's last error code. BeschreibungObjektorientierter Stil
public
int
NumberFormatter::getErrorCode
( void
)
Prozeduraler Stil
int
numfmt_get_error_code
( NumberFormatter
$fmt
)Get error code from the last function performed by the formatter. Parameter-Liste
RückgabewerteReturns error code from last formatter call. BeispieleBeispiel #1 numfmt_get_error_code example
<?phpBeispiel #2 OO example
<?phpSiehe auch
|