• sys_get_temp_dir

    (PHP 5 >= 5.2.1, PHP 7) sys_get_temp_dir — 返回用于临时文件的目录

    1247

  • version_compare

    (PHP 4 >= 4.1.0, PHP 5, PHP 7) version_compare — 对比两个「PHP 规范化」的版本数字字符串

    3885

  • zend_logo_guid

    (PHP 4, PHP < 5.5) zend_logo_guid — 获取 Zend guid

    864

  • zend_thread_id

    (PHP 5, PHP 7) zend_thread_id — 返回当前线程的唯一识别符

    974

  • zend_version

    (PHP 4, PHP 5, PHP 7) zend_version — 获取当前 Zend 引擎的版本

    843

  • xhprof,层次式性能分析器

    XHProf 是一个轻量级的分层性能测量分析器。 在数据收集阶段,它跟踪调用次数与测量数据,展示程序动态调用的弧线图。 它在报告、后期处理阶段计算了独占的性能度量,例如运行经过的时间、CPU 计算时间...

    1464

  • xhprof_disable

    (PECL xhprof >= 0.9.0) xhprof_disable — 停止 xhprof 分析器

    844

  • xhprof_enable

    (PECL xhprof >= 0.9.0) xhprof_enable — 启动 xhprof 性能分析

    2068

  • xhprof_sample_disable

    (PECL xhprof >= 0.9.0) xhprof_sample_disable — 停止 xhprof 性能采样分析器

    720

  • xhprof_sample_enable

    (PECL xhprof >= 0.9.0) xhprof_sample_enable — 以采样模式启动 XHProf 性能分析

    793

  • readline

    readline 扩展函数实现了访问 GNU Readline 库的接口. 这些函数提供了可编辑的命令行. 一个例子是在 Bash 中允许你使用箭头按键来插入字符或者翻看历史命令. 因为这个库的交互特...

    24724

  • readline_add_history

    (PHP 4, PHP 5, PHP 7) readline_add_history — 添加一行命令行历史记录

    801

  • readline_callback_handler_install

    (PHP 5 >= 5.1.0, PHP 7) readline_callback_handler_install — 初始化一个 readline 回调接口,然后终端输出提示信息并立即返回

    1147

  • readline_callback_handler_remove

    (PHP 5 >= 5.1.0, PHP 7) readline_callback_handler_remove — 移除上一个安装的回调函数句柄并且恢复终端设置

    1196

  • readline_callback_read_char

    (PHP 5 >= 5.1.0, PHP 7) readline_callback_read_char — 当一个行被接收时读取一个字符并且通知 readline 调用回调函数

    836

Popular Entries