• PI 属性

    返回圆的周长与其直径的比值

    970

  • set_error_handler

    (PHP 4 >= 4.0.1, PHP 5, PHP 7) set_error_handler — 设置一个用户定义的错误处理函数

    1491

  • POSITIVE_INFINITY 属性

    返回比在 JScript 中能够表示的最大的数 (Number.MAX_VALUE) 更大的值。

    963

  • set_exception_handler

    (PHP 5, PHP 7) set_exception_handler — 设置一个用户定义的异常处理函数。

    1528

  • trigger_error

    (PHP 4 >= 4.0.1, PHP 5, PHP 7) trigger_error — 产生一个用户级别的 error/warning/notice 信息

    1088

  • user_error

    (PHP 4, PHP 5, PHP 7) user_error — trigger_error() 的别名

    1235

  • propertyIsEnumerable 属性

    返回 Boolean 值,指出所指定的属性是否为一个对象的一部分以及该属性是否是可列举的。

    823

  • OPcache

    OPcache 通过将 PHP 脚本预编译的字节码存储到共享内存中来提升 PHP 的性能, 存储预编译字节码的好处就是 省去了每次加载和解析 PHP 脚本的开销。

    2027

  • opcache_compile_file

    (PHP 5 >= 5.5.5, PHP 7, PECL ZendOpcache > 7.0.2) opcache_compile_file — 无需运行,即可编译并缓存 PHP 脚本

    2458

  • source 属性

    返回正则表达式模式的文本的复本

    1634

  • opcache_get_configuration

    (PHP 5 >= 5.5.5, PHP 7, PECL ZendOpcache > 7.0.2) opcache_get_configuration — 获取缓存的配置信息

    785

  • opcache_get_status

    (PHP 5 >= 5.5.5, PHP 7, PECL ZendOpcache > 7.0.2) opcache_get_status — 获取缓存的状态信息

    88979

  • SQRT1_2 属性

    返回 0.5 的平方根,或说 2 的平方根分之一。

    1772

  • opcache_invalidate

    (PHP 5 >= 5.5.0, PHP 7, PECL ZendOpcache >= 7.0.0) opcache_invalidate — 废除脚本缓存

    1809

Popular Entries