书栈网 · BookStack 本次搜索耗时 0.061 秒,为您找到 13362 个相关结果.
  • Symfony Local Web Server

    Symfony Local Web Server Symfony Local Web Server Installation Getting Started Enabling PHP-FPM Enabling TLS Different PHP Settings Per Project Selecting a Different PHP Versi...
  • 7. Incomplete and Skipped Tests

    471 2021-03-28 《PHPUnit v9.5 Manual》
    7. Incomplete and Skipped Tests Incomplete Tests Skipping Tests Skipping Tests using @requires 7. Incomplete and Skipped Tests Incomplete Tests When you are working on a n...
  • 第五节 魔术方法,延迟绑定及静态成员

    第五节 魔术方法,延迟绑定及静态成员 魔术函数和魔术方法 魔术方法 __construct __destruct call与 callStatic __call: __callStatic: 其他魔术方法 延迟绑定 第五节 魔术方法,延迟绑定及静态成员 PHP中有一些特殊的函数和方法,这些函数和方法相比普通方法的特殊之处在于: 用户...
  • Performance

    Performance Performance Performance Checklists Install APCu Polyfill if your Server Uses APC Restrict the Number of Locales Enabled in the Application Dump the Service Container...
  • XAMPP

    Installation on XAMPP Download the right version of Phalcon Screencast Related Guides Installation on XAMPP XAMPP is an easy to install Apache distribution containing My...
  • 2.1. 兼容性说明

    兼容性说明 Java Agent PHP Agent 管理后台 兼容性说明 Java Agent PHP Agent 管理后台 Java Agent 操作系统 MacOS 10.10+ Windows x64 Linux RHEL/CentOS 6.X ~ 7.X Ubuntu 14+ Debian 6+ 其他 gli...
  • Unix/Linux平台下的编译

    4.3 Unix/Linux平台下的编译 links 4.3 Unix/Linux平台下的编译 编译之前如果需要了解一下php的configure脚本的各个配置,./configure —help一下即可,或者参考一下网络上的资料。当你确定了应该开启哪几个选项,选项都应该赋什么值后,便可以开始正式的编译我们的PHP了。这里假设你下载了php-5.3...
  • Contributing

    Contributing Guidelines Running the tests Contributing Guidelines Guzzle utilizes PSR-1, PSR-2, PSR-4, and PSR-7. Guzzle is meant to be lean and fast with very few depende...
  • internal-call-transformation

    internal-call-transformation internal-call-transformation internal-call-transformation 需要根据其等效的 php 方法生成内部方法, 从而允许绕过这些内部方法调用的 php 用户空间。 默认情况下, 此优化处于关闭状态。 此优化为每个方法生成2个实现, 一个在 ...
  • 1. Assertions

    432 2021-03-28 《PHPUnit v8.5 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertArraySubset() assertClassHasStaticAttribute() assertContains...