이 함수의 작동은 php.ini 설정에 영향을 받습니다.
이름 | 기본값 | 가변성 | 변경점 |
---|---|---|---|
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.