[PHP]實用函數8

來源:互聯網
上載者:User

//建立dBase資料表

int dBase_create(string filename,array fields)
//開啟dBase資料表

int dbase_open(string filename,int flags)
//關閉dBase資料表

boolean dbase_close(int dbase_identifier)
//清理dBase資料表

bool dbase_pack(int dbase_identifier)
//加入記錄到dBase資料表

bool dbase_add_record(int dbase_identifier,array record)
//刪除dBase資料表的記錄

bool dbase_delete_record(int dbase_identifier,int record)
//取得dBase資料表的記錄

array dbase_get_record(int dbase_identifier,int record)
//取得dBase資料表的欄位數

int dbase_numfields(int dbase_identifier)
//取得dBase資料表的記錄數

int_dbase_numrecords(int dbase_identifier)
//開啟目錄並返回一個 dir_handle

int opendir(string path)
//關閉由 dir_handle 標誌的目錄串連

void closedir(int dir_handle)
//更改當前工作目錄

int chdir(string directory)
//獲得當前工作目錄

string getcwd(void)
//把 dir_handle 迴繞到開頭

vod rewinddir(int dir_handle)
//從 dir_handle 中逐個讀取目錄

string readdir(int dir_handle)
//獲得 path 所在的檔案系統的空閑磁碟空間,以位元組計

double diskfreespace(string directory)
//改變檔案的屬主

bool chown(string filename,mixed user)
//改變檔案的組屬性

bool chgrp(string filename,mixed group)
//變更檔屬性

bool chmdo(string filename,int mode)
//設定檔案的修改時間

bool touch(string filename,int [time])
//獲得檔案存取權限(以八進位形式返回)

int fileperms(string filename)
//獲得檔案的 i-node(索引節點)資訊

int filenode(string filename)
//獲得檔案大小

int filesize(string filename)
//獲得檔案的 UID 值

int fileowner(string filename)
//獲得檔案的 GID 值

int filegroup(string filename)
//獲得檔案類型,可能的傳回型別有 fifo、char、dir、block、link、file 及 unknown 等

string filetype(string filename)
//如果檔案符合 xxx 指定的屬性,則返回 true。xxx 是 dir、executable、file、link、readable、writeable 等

bool is_xxx(string filename)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.