欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

基 礎 函 數(shù) 參 考


IniReadSectionNames

讀配置文件(*.ini)的全部字段信息.

IniReadSectionNames ( "文件名" )

參 數(shù)

文件名 目標 .ini 文件名.

返 回 值

成功: 返回含有所有字段名的數(shù)組.
失敗: 設置 @error 為失敗.

備 注

標準 INI 文件結構如下:
[字段名]
關鍵字=值

本函數(shù)返回的數(shù)組 $result[0] 中儲存數(shù)組元素的數(shù)量. 如果出現(xiàn) @error, 則該數(shù)組不會被創(chuàng)建.
只有字段中前 32767 字符被正常返回, 用于 Win9x 兼容.

相 關 函 數(shù)

IniDelete, IniWrite, IniRead, IniReadSection, IniRenameSection, IniWriteSection

函 數(shù) 示 例


Local $var = IniReadSectionNames(@WindowsDir & "\win.ini")
If @error Then
    MsgBox(4096, "", "發(fā)生錯誤, 可能沒有 INI 文件.")
Else
    For $i = 1 To $var[0]
        MsgBox(4096, "", $var[$i])
    Next
EndIf

provider with jb51.net (unicode)