书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 13321 个相关结果.
  • PHP开发环境搭建

    PHP开发环境搭建 获取驱动开发包 支持版本 配置开发环境 PHP开发环境搭建 获取驱动开发包 从SequoiaDB下载 对应操作系统版本的SequoiaDB驱动开发包。 解压驱动开发包,选择libsdbphp-x.x.x.so(x.x.x 为版本号,请根据PHP版本选择,前两位需相同版本,第三位版本要小于或等于PHP的版本)。 支...
  • 命令行运行程序

    命令行运行程序 在开发->配置->cli章节说过,在cli环境下 框架默认载入的是 Config/cli/normal.php 这个通用配置文件 在v2.7.1以下的版本中要在命令行中运行应用可采用以下方式: 自v2.7.1起,CmlPHP提供了强大且易于扩展的的命令行组件,内置了提问、选择、进度条、box框等,方便开发命令行下应用。 内置以下几种命令: ...
  • Class Phalcon\Db\Adapter\Pdo\Oracle

    460 2021-02-20 《Phalcon v2.0 文档》
    Class Phalcon\Db\Adapter\Pdo\Oracle Methods Class Phalcon\Db\Adapter\Pdo\Oracle extends abstract class Phalcon\Db\Adapter\Pdo implements Phalcon\Events\EventsAwareInterfac...
  • 来源

    PHP 最佳实践(译) 原文: PHP Best Practices-A short, practical guide for common and confusing PHP tasks 译者:夏永锋 来源(书栈小编注) https://github.com/justjavac/PHP-Best-Practices-zh_CN
  • tar-zip-gzip-bzip2-xz

    tar 打包压缩命令 zip 压缩命令,文件后缀.zip gzip 压缩命令,文件后缀.gz bzip2 压缩命令,文件后缀.bz2 xz 压缩命令,文件后缀.xz tar 打包压缩命令 tar - cf php . tar php - 7.2 . 6 #打包目录不压缩 tar - xf php . tar #解压目录 ...
  • Abstract class Phalcon\Flash

    Abstract class Phalcon\Flash Methods Abstract class Phalcon\Flash implements Phalcon\FlashInterface , Phalcon\Di\InjectionAwareInterface Source on GitHub Shows HTML noti...
  • PHP client

    PHP client Setup Sample code PHP client The OpenSearch PHP client provides a safer and easier way to interact with your OpenSearch cluster. Rather than using OpenSearch from t...
  • Cookies

    538 2019-09-21 《Slim 2 Document》
    Cookies Set Cookie Set Encrypted Cookie Delete Cookie Cookies The Slim application provides helper methods to send cookies with the HTTP response. Set Cookie This example...
  • 微应用(Micro Applications)

    微应用(Micro Applications) 创建微应用(Creating a Micro Application) 定义路由(Defining routes) 路由参数(Routes with Parameters) 起始路由(Starting Route) 重写规则(Rewrite Rules) 处理响应(Working with Respo...
  • Yaml

    The Yaml Component The Yaml Component What is It? Installation Why? Fast Real Parser Clear Error Messages Dump Support Types Support Full Merge Key Support Using the Symf...