opcache_jit_blacklistBlacklists a function from being JIT compiled 説明
void opcache_jit_blacklist(
Closure
$closure
)This function blacklists a particular function from being JIT compiled when Tracing JIT is in use. The function is specified using a Closure. 警告
Any parts of the function that were already JIT compiled remain unaffected and will still be JIT compiled. パラメータ
戻り値値を返しません。 例例1 opcache_jit_blacklist basic example 参考
|