執行時期設定

這些函式的行為受 php.ini 的影響。

Mysqlnd_memcache 設定選項
名字 預設 可修改範圍 更新日誌
mysqlnd_memcache.enable 1 PHP_INI_SYSTEM Available since 1.0.0

以下是設定選項的簡要解釋。

mysqlnd_memcache.enable integer

Enables or disables the plugin. If disabled, the extension will not plug into mysqlnd to proxy internal mysqlnd C API calls.

Note:

This option is mainly used by developers to build this extension statically into PHP. General users are encouraged to build this extension as a shared object, and to unload it completely when it is not needed.

add a note add a note

User Contributed Notes

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