书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 52776 个相关结果.
  • enableItem()

    enableItem() 语法 类别 描述 参数 返回值 错误 示例 enableItem() 语法 IniFile.enableItem( <section>, <key> ) IniFile.enableItem( <key> ) 类别 IniFile 描述 取消注释指定的 item 。 参数 参数名 参...
  • delSectionComment()

    delSectionComment() 语法 类别 描述 参数 返回值 错误 示例 delSectionComment() 语法 IniFile.delSectionComment( <section> ) 类别 IniFile 描述 删除指定 section 的注释。 参数 参数名 参数类型 默认值 描述 是否...
  • Environment Variables

    Environment Variables Relevant ini Settings Environment Variables Guzzle exposes a few environment variables that can be used to customize the behavior of the library. GUZZLE...
  • Environment Variables

    Environment Variables Relevant ini Settings Environment Variables Guzzle exposes a few environment variables that can be used to customize the behavior of the library. GUZZLE...
  • addSectionComment()

    addSectionComment() 语法 类别 描述 参数 返回值 错误 示例 addSectionComment() 语法 IniFile.addSectionComment( ) 类别 IniFile 描述 为指定的 section 追加注释。 参数 参数名 参数类型 默认值 描述 是否必填 se...
  • getValue()

    getValue() 语法 类别 描述 参数 返回值 错误 示例 getValue() 语法 IniFile.getValue( <section>, <key> ) IniFile.getValue( <key> ) 类别 IniFile 描述 获取指定 item 的值。 参数 参数名 参数类型 默认值 描...
  • getSectionComment()

    getSectionComment() 语法 类别 描述 参数 返回值 错误 示例 getSectionComment() 语法 IniFile.getSectionComment( <section> ) 类别 IniFile 描述 获取指定 section 的注释。 参数 参数名 参数类型 默认值 描述 是否...
  • disableItem()

    disableItem() 语法 类别 描述 参数 返回值 错误 示例 disableItem() 语法 IniFile.disableItem( <section>, <key> ) IniFile.disableItem( <key> ) 类别 IniFile 描述 注释指定的 item 。 参数 参数名...
  • 从数据源加载

    从数据源加载 数据覆写 保存配置 从数据源加载 就像之前说的,从多个数据源加载配置是基本操作。 那么,到底什么是 数据源 呢? 一个 数据源 可以是 []byte 类型的原始数据,string 类型的文件路径或 io.ReadCloser 。您可以加载 任意多个 数据源。如果您传递其它类型的数据源,则会直接返回错误。 cfg , ...
  • enableItem()

    enableItem() 语法 类别 描述 参数 返回值 错误 示例 enableItem() 语法 IniFile.enableItem( <section>, <key> ) IniFile.enableItem( <key> ) 类别 IniFile 描述 取消注释指定的 item 。 参数 参数名 参...