PHP常用API(函式)

2021-10-18 19:27:40 字數 1842 閱讀 7361

二. 陣列處理函式

三.時間處理函式

四.檔案處理函式

寫在最後

返回的結果是字串

substr ( 待處理的字串, 割掉前幾位數字 )

mb_substr ( 待處理的寬字串 , 割掉前幾位數字)

第乙個返回的結果是數字,第二個待定

int strlen ( 字串)

mb_strlen ( 寬字串)

返回的結果是字串

strtolower ( 字串 )

strtoupper ( 字串 )

返回的結果是字串

trim ( 字串) //首位都去

ltrim ( 字串 ) //去掉首部

rtrim ( 字串) //去掉尾部

返回數字

strpos ( 字串, 字元 )

mb_strpos (寬字串, 字元 )

返回字串

str_replace ( 待替換, 替代者, 字串)

返回字串

str_repeat (待重複 , 重複次數 )

返回陣列

explode( 分割的標誌,待分割字串 )

array_keys()

array_values()

array_key_exists()

array_unique()

array_push()

$arr = 『new value』

array_pop()

count()

in_array()

time()

時間戳即從 unix 紀元(格林威治時間 1970-01-01 00:00:00)到當前時間的秒數

date( )

格式化日期

即獲取有格式的當前時間,格式化乙個指定的時間戳

strtotime()

將有格式的時間字串轉換為時間戳

basename()

返回路徑中的檔名部分

copy()

複製檔案

dirname()

返回路徑中的目錄名稱部分

disk_free_space()

返回目錄的可用空間

disk_total_space()

返回乙個目錄的磁碟總容量

fclose()

關閉開啟的檔案

file()

把檔案讀入乙個陣列中

file_exists()

檢查檔案或目錄是否存在

file_get_contents()

將檔案讀入字串

file_put_contents()

將字串寫入檔案

filesize()

返回檔案大小

fopen()

開啟乙個檔案或 url

glob()

返回乙個包含匹配指定模式的檔名/目錄的陣列

is_dir()

判斷指定的檔名是否是乙個目錄

is_file()

判斷指定檔案是否為常規的檔案

mkdir()

建立目錄

move_uploaded_file()

將上傳的檔案移動到新位置

pathinfo()

返回關於檔案路徑的資訊

rename()

重名名檔案或目錄

rmdir()

刪除空的目錄

unlink()

刪除檔案

有人走向海 ,有人走向山 ,都是好風光~

小舒也會繼續努力呀~

常用 API 函式 選單函式

在指定的選單裡新增乙個選單項 checkmenuitem 複選或撤消複選指定的選單條目 checkmenuradioitem 指定乙個選單條目被複選成 單選 專案 createmenu 建立新選單 createpopupmenu 建立乙個空的彈出式選單 deletemenu 刪除指定的選單條目 de...

php簡單常用的API

1 var dump x 檢視資料型別,以及資料 var dump x string 12 就是就是 2 memory get usage 到當前這一步為止一共消耗多少記憶體 echo memory get usage 456452 3 unset x 釋放某個變數 unset x var dump...

網路類常用API函式

wnetaddconnection 建立同乙個網路資源的永久性連線 wnetaddconnection2 建立同乙個網路資源的連線 wnetaddconnection3 建立同乙個網路資源的連線 wnetcancelconnection 結束乙個網路連線 wnetcancelconnection2 ...