실행시 설정
이 함수의 작동은 php.ini 설정에 영향을 받습니다.
| 이름 | 기본값 | 가변성 | 변경점 |
|---|---|---|---|
| mysqlnd_uh.enable | 1 | PHP_INI_SYSTEM | |
| mysqlnd_uh.report_wrong_types | 1 | PHP_INI_ALL |
위 설정 지시어에 대한 간단한 설명입니다.
- mysqlnd_uh.enable integer
-
Enables or disables the plugin. If set to disabled, the extension will not allow users to plug into mysqlnd to hook mysqlnd calls.
- mysqlnd_uh.report_wrong_types integer
-
Wheter to report wrong return value types of user hooks as error of the type E_WARNING. It is strongly recommended to use this setting for detecting possible issues.
There are no user contributed notes for this page.
