Transliterator::getErrorCode

transliterator_get_error_code

(PHP 5 >= 5.4.0, PHP 7, PECL intl >= 2.0.0)

Transliterator::getErrorCode -- transliterator_get_error_codeGet last error code

说明

面向对象风格

public Transliterator::getErrorCode ( void ) : int

过程化风格

transliterator_get_error_code ( void ) : int

Gets the last error code for this transliterator.

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

The error code on success, or FALSE if none exists, or on failure.

参见

User Contributed Notes

There are no user contributed notes for this page.