书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 885 个相关结果.
  • PSR

    PSR PSR-0: Autoloading PSR-3: Logger Interface PSR-4: Autoloading PSR-11: Container Interface PSR On this page you find information about the implemented php standards reco...
  • PSR

    PSR-3 Logger PSR-0, PSR-4 Loader PSR-7 HTTP Request PSR-7 HTTP Response PSR-7 HTTP Server Request PSR-7 HTTP Stream PSR-7 HTTP UploadedFile PSR-7 HTTP Uri PSR-17 HTTP Fac...
  • PSR风格

    501 2021-03-26 《Saber 使用教程》
    PSR风格 PSR风格 $bufferStream = new BufferStream (); $bufferStream -> write ( json_encode ([ 'foo' => 'bar' ])); $response = SaberGM :: psr () -> withMethod ...
  • PSR Compliance

    PSR Compliance PSR Compliance The PHP-FIG was created in 2009 to help make code more interoperable between frameworksby ratifying Interfaces, style guides, and more that membe...
  • PSR-7

    478 2019-09-21 《Slim 3 Document》
    PSR-7 and Value Objects Value objects PSR-7 and Value Objects Slim supports PSR-7 interfaces forits Request and Response objects. This makes Slim flexible because it canuse a...
  • PSR-0, PSR-4 Loader

    Loader Overview Registration Security Layer Namespaces Classes Files Directories File Extensions File checking callback Events Troubleshooting Loader Overview P...
  • PSR-7

    PSR-7 and Value Objects Value objects PSR-7 and Value Objects Slim supports PSR-7 interfaces forits Request and Response objects. This makes Slim flexible because it canuse a...
  • 「PSR 规范」PSR-1 基础编码规范

    「PSR 规范」PSR-1 基础编码规范 基本代码规范 关于「能愿动词」的使用 1. 概览 2. 文件 2.1. PHP标签 2.2. 字符编码 2.3. 副作用 3. 命名空间和类 4. 类的常量、属性和方法 4.1. 常量 4.2. 属性 4.3. 方法 「PSR 规范」PSR-1 基础编码规范 基本代码规范 本篇规范...
  • 「PSR 规范」PSR-3 日志接口规范

    「PSR 规范」PSR-3 日志接口规范 日志接口规范 关于「能愿动词」的使用 1. 规范说明 1.1 基本规范 1.2 记录信息 1.3 上下文 1.4 助手类和接口 2. 包 3. Psr\Log\LoggerInterface 4. Psr\Log\LoggerAwareInterface 5. Psr\Log\LogLevel...
  • Guzzle and PSR-7

    Guzzle and PSR-7 Guzzle and PSR-7 Guzzle utilizes PSR-7 as the HTTP message interface. This allows Guzzle to work with any other library that utilizes PSR-7 message interfaces....