Php/docs/function.enchant-broker-init
来自菜鸟教程
enchant_broker_init
(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 )
enchant_broker_init — Create a new broker object capable of requesting
说明
enchant_broker_init ( ) : EnchantBroker|false
参数
返回值
Returns a broker resource on success or false
.
更新日志
版本 | 说明 |
---|---|
8.0.0 | On success, this function returns an EnchantBroker instance now;
previoulsy, a 资源(resource) was retured. |