CakeFest 2024: The Official CakePHP Conference

enchant_broker_init

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

enchant_broker_init要求を満たすブローカーオブジェクトを作成する

説明

enchant_broker_init(): EnchantBroker|false

パラメータ

戻り値

成功した場合にブローカーリソース、それ以外の場合に false を返します。

変更履歴

バージョン 説明
8.0.0 成功時に、この関数は EnchantBroker のインスタンスを返すようになりました。 これより前のバージョンでは、リソース が返されていました。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top