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

    配置 基础配置 视图 数据库 缓存 配置 SF无需设置任何配置就可以运行起来,你只要添加配置文件环境APPLICATION_ENV ,不需要添加其他任何配置项。SF支持两种配置适配方式: ini phpini配置数据结构比php清晰,php配置效率要高于ini,推荐线上使用php配置。由于ini配置数据结构清晰于php,所以文档统一使用i...
  • 操作分区(Section)

    Working with sections Parent-child Sections Unparseable Sections Working with sections To get a section, you would need to: sec , err := cfg . GetSection ( "section name"...
  • Performance Evaluation

    Performance Evaluation Setup Packet Servers Install Required Software Cleanup Evaluation Tunneling Native Routing Encryption Raw Performance Results Bandwidth Using a Larg...
  • setSectionComment()

    setSectionComment() 语法 类别 描述 参数 返回值 错误 示例 setSectionComment() 语法 IniFile.setSectionComment( <section> <comment> ) 类别 IniFile 描述 设置指定 section 的注释。 参数 参数名 参数类型...
  • disableItem()

    disableItem() 语法 类别 描述 参数 返回值 错误 示例 disableItem() 语法 IniFile.disableItem( , ) IniFile.disableItem( ) 类别 IniFile 描述 注释指定的 item 。 参数 参数名 参数类型 默认值 描述 是否必填...
  • disableAllItem()

    disableAllItem() 语法 类别 描述 参数 返回值 错误 示例 disableAllItem() 语法 IniFile.disableAllItem() 类别 IniFile 描述 注释全部 item。 参数 无 返回值 执行成功,无返回值. 执行失败,抛异常。 错误 如果出错则抛异常...
  • delLastComment()

    delLastComment() 语法 类别 描述 参数 返回值 错误 示例 delLastComment() 语法 IniFile.delLastComment() 类别 IniFile 描述 删除尾部注释。 参数 无 返回值 执行成功,无返回值. 执行失败,抛异常。 错误 如果出错则抛异常,并输...
  • Class Phalcon\Config\Adapter\Ini

    455 2021-02-20 《Phalcon v2.0 文档》
    Class Phalcon\Config\Adapter\Ini Methods Class Phalcon\Config\Adapter\Ini extends class Phalcon\Config implements Countable, ArrayAccess Reads ini files and converts them...