array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.enchant-broker-get-error.php', 1 => 'enchant_broker_get_error', 2 => 'Returns the last error of the broker', ), 'up' => array ( 0 => 'ref.enchant.php', 1 => 'Enchant 函数', ), 'prev' => array ( 0 => 'function.enchant-broker-get-dict-path.php', 1 => 'enchant_broker_get_dict_path', ), 'next' => array ( 0 => 'function.enchant-broker-init.php', 1 => 'enchant_broker_init', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/enchant/functions/enchant-broker-get-error.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

enchant_broker_get_error

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 )

enchant_broker_get_errorReturns the last error of the broker

说明

enchant_broker_get_error(EnchantBroker $broker): string|false

Returns the last error which occurred in this broker.

参数

broker

An Enchant broker returned by enchant_broker_init().

返回值

Return the msg string if an error was found or false

更新日志

版本 说明
8.0.0 broker expects an EnchantBroker instance now; previoulsy, a resource was expected.