首頁 > 後端開發 > php教程 > put your head on my shoulder [PHP]實用函數8

put your head on my shoulder [PHP]實用函數8

WBOY
發布: 2016-07-29 08:37:13
原創
1076 人瀏覽過

//建立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資料表//刪除dBase資料表的記錄
bool dbase_delete_record(int dbase_identifier,int record)
//取得dBase資料表的記錄
array dbase_get_record(int dbase_identf. dBase資料表的欄位數
int dbase_numfields(int dbase_identifier)
//取得dBase資料表的記錄數
int_dbase_numrecords(int dbase_identifier)
//開啟目錄並傳回一個編號opendir(string path)
//關閉 dir_handle 標誌的目錄連接
void closedir(int dir_handle)
//更改目前工作目錄
int chdir(string chdir(string )目前工作目錄
string getcwd(void)
//把 dir_handle 回繞到開頭
vod rewinddir(int dir_handle)
//從dir_handle dir_handle )
//取得 path 所在的檔案系統的空閒磁碟空間,以位元組計
double diskfreespace(string directory)
//變更檔案的屬主
bool chownstringfilename,mixed user)
//改變檔案的群組屬性
bool chgrp(string filename,mixed group)
//變更檔案屬性
bool chmdo(string filename,int mode)
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 owner( string filename)
//取得檔案的 GID 值
int filegroup(string filename)
//取得檔案類型,可能的回傳類型有 fifo、char、dir、block、link、file 與
string filetype(string filename)
//若檔案符合 xxx 所指定的屬性,則傳回 true。 xxx 是 dir、executable、file、link、readable、writeable 等
bool is_xxx(string filename)
以上就介紹了put your head on my shoulder [PHP]實用函數8,包括了put your head on my shoulder方面的內容,希望對PHP教程有興趣的朋友有所幫助。


來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板