书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 13321 个相关结果.
  • 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...
  • 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

    417 2021-03-28 《PHPUnit v8.5 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertArraySubset() assertClassHasStaticAttribute() assertContains...
  • 预设命令

    config 命令 controller 命令 model 命令 migrate 命令 route 命令 process 命令 config 命令 用于查看 config 配置文件信息,会以 json 格式化输出到终端,可用于 QConf 配置中心调试。 $ php bin / console config 查看指定配置文件信息...
  • 快速开始

    快速开始 快速开始 创建一个 PHP 文件,如 index.php 如下: <? php use Hyperf \Nano\Factory\AppFactory ; require_once __DIR__ . '/vendor/autoload.php' ; $app = AppFactory :: creat...
  • 在Win32平台上编译PHP

    4.4 在Win32平台上编译PHP links 4.4 在Win32平台上编译PHP 注意,没翻译的这节仅代表作者05年的观点。 As with the UNIX build , the first step to preparing a Windows build is to unpack the source tarball...
  • PHP的启动与终止

    1.2 PHP的启动与终止 links 1.2 PHP的启动与终止 PHP程序的启动可以看作有两个概念上的启动,终止也有两个概念上的终止。其中一个是PHP作为Apache(拿它举例,板砖勿扔)的一个模块的启动与终止,这次启动php会初始化一些必要数据,比如与宿主Apache有关的,并且这些数据是常驻内存的! 终止与之相对。还有一个概念上的启动就是当...