书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 13321 个相关结果.
  • 主程序结构

    669 2018-10-09 《ThinkCMF文档》
    主程序结构 主程序结构 |-- Portal |-- Common |-- funtion . php //应用函数库 |-- Conf |-- config . php // 应用配置文件 |-- C...
  • 第四章 函数的实现

    第四章 函数的实现 用户定义的函数 内部函数 匿名函数 变量函数 第四章 函数的实现 函数是一种可以在任何被需要的时候执行的代码块。它不仅仅包括用户自定义的函数,还包括程序语言实现的库函数。 用户定义的函数 如下所示手册中的展示函数用途的伪代码 function foo ( $arg_1 , $arg_2 , ....
  • 数据库迁移

    数据库迁移 生成迁移 迁移结构 运行迁移 强制执行迁移 回滚迁移 回滚并迁移 重建数据库 数据表 创建数据表 重命名数据表 重命名带外键的数据表 删除数据表 检查数据表或字段是否存在 数据库连接选项 字段 创建字段 可用的字段定义方法 修改字段 先决条件 更新字段属性 重命名字段 删除字段 可用的命令别名 索引 ...
  • Class Phalcon\Validation\Message\Group

    Class Phalcon\Validation\Message\Group Methods Class Phalcon\Validation\Message\Group implements Countable , ArrayAccess , Iterator , Traversable Source on GitHub Repres...
  • Publish and Subscribe

    Publish and Subscribe with PHP Data content type Binary data Receiving cloud events Publish and Subscribe with PHP How to use With Dapr, you can publish anything, including ...
  • Publish and Subscribe

    Publish and Subscribe with PHP Data content type Binary data Receiving cloud events Publish and Subscribe with PHP How to use With Dapr, you can publish anything, including ...
  • Publish and Subscribe

    Publish and Subscribe with PHP Data content type Binary data Receiving cloud events Publish and Subscribe with PHP How to use With Dapr, you can publish anything, including ...
  • 选择PHP扩展

    585 2020-09-15 《URLOS使用手册》
    选择PHP扩展 选择PHP扩展 该功能仅对部分PHP网站环境应用有效,如,应用标题包含为可选扩展 的应用。 打开服务 -> 网站 列表,选择【修改并部署】,进入界面后打开PHP配置 卡片,在“php扩展”中勾选需要的PHP扩展,提交即可。
  • 使用命名空间(Working with Namespaces)

    使用命名空间(Working with Namespaces) 设置框架(Setting up the framework) 控制器加入命名空间(Controllers in Namespaces) 模型加入命名空间(Models in Namespaces) 使用命名空间(Working with Namespaces) Namespaces...
  • PSR-7 HTTP Server Request

    HTTP Server Request (PSR-7) Overview Constructor Getters getAttribute() getAttributes() getBody() getCookieParams() getHeader() getHeaderLine() getHeaders() getMethod() g...