- PHP 手册
- 函数参考
- 国际化与字符编码支持
- intl
- Transliterator
Transliterator::getErrorCode
transliterator_get_error_code
(PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0)
Transliterator::getErrorCode -- transliterator_get_error_code — Get last error code
说明
面向对象风格
public Transliterator::getErrorCode(): int|false过程化风格
transliterator_get_error_code(Transliterator$transliterator
): int|false
Gets the last error code for this transliterator.
警告本函数还未编写文档,仅有参数列表。
参数
-
transliterator
-
返回值
The error code on success,
or false
if none exists, or on failure.
参见
- Transliterator::getErrorMessage() - Get last error message
- Transliterator::listIDs() - Get transliterator IDs
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/transliterator.geterrorcode.php