이 함수의 작동은 php.ini 설정에 영향을 받습니다.
위 설정 지시어에 대한 간단한 설명입니다.
v8js.max_disposed_contexts
Sets limit for disposed contexts before forcing V8 to do garbage collection.
v8js.flags
Sets V8 command line flags. The list of available flags can be obtained in CLI mode by setting this parameter to --help. Example:
$ php -r 'ini_set("v8js.flags", "--help"); new V8Js;' | less
Note: For these flags to be effective in runtime the ini_set() call has to be done before any V8Js objects are instantiated!
Note:
For these flags to be effective in runtime the ini_set() call has to be done before any V8Js objects are instantiated!