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

    PHP 基本信息 使用方法 Dockerfile PHP 基本信息 PHP (Hypertext Preprocessor 超文本预处理器的字母缩写)是一种被广泛应用的开放源代码的多用途脚本语言,它可嵌入到 HTML 中,尤其适合 web 开发。 该仓库位于 https://hub.docker.com/_/php/ ,提供了 PHP...
  • Abstract class Phalcon\Mvc\Model

    Abstract class Phalcon\Mvc\Model Constants Methods Abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\EntityInterface , Phalcon\Mvc\ModelInterface , Phalcon\Mvc\Model\...
  • 1. Assertions

    436 2021-03-28 《PHPUnit v8.5 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertArraySubset() assertClassHasStaticAttribute() assertContains...
  • Class Phalcon\Mvc\View\Simple

    Class Phalcon\Mvc\View\Simple Methods Class Phalcon\Mvc\View\Simple extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface , Phalcon\D...
  • 初识Swoole

    初识 Swoole 前言 起源 现在 Swoole 能做什么 与传统Web开发的区别 初识 Swoole 前言 在之前的教程当中我们已经了解到了php的几种运行模式: CGI 通用网关接口(Common Gateway Interface) Fast-CGI 是 cgi 的升级版本,用 PHP-FPM(FastCGI Proc...
  • 在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

    为什么学PHP 哪些国际公司使用PHP 哪些国内公司使用PHP 为什么学PHP 如果是想做网站,那看这本书就对了。 哪些国际公司使用PHP todo 哪些国内公司使用PHP todo
  • Class Phalcon\Config\Adapter\Json

    536 2021-02-20 《Phalcon v2.0 文档》
    Class Phalcon\Config\Adapter\Json Methods Class Phalcon\Config\Adapter\Json extends class Phalcon\Config implements Countable, ArrayAccess Reads JSON files and converts t...
  • 命令运行

    使用与运行 查看命令 查看版本 命令帮助信息 执行命令 使用与运行 完成定义命令后,可以执行命令,处理对应业务逻辑 如果不特殊设置,swoft 默认在协程环境运行命令 查看命令 查看当前已经定义的所有命令组 php bin / swoft # 或者 php bin / swoft - h php bin / sw...