time()
獲取當前時間戳
date('y-m-d h:i:s')
獲取當前時間24小時制
date('y-m-d h:i:s')
獲取當前時間12小時制
strtotime()
日期轉時間戳
strtotime("-1 day")
獲取前一天時間 day天 month月 year年
mkdir($file, 0777, true)
建立檔案
chmod($file,0777)
賦予許可權
array_column()
陣列二維轉一維
implode()
陣列分割字串
explode()
字串轉陣列
json_encode()
陣列轉json字串
json_decode()
json字串轉陣列
curlfile()
獲取被上傳檔案的 檔名 需要new
realpath()
刪除所有符號連線(比如 '/./', '/../' 以及多餘的 '/'),返回絕對路徑名。
$_files
獲取客戶端上傳的檔案內容
version_compare($a,$b)
比較兩個版本大小 $a>$b=1 $a=$b=0 $a<$b= -1
array_values()
返回陣列的所有值(非鍵名)可以去除下標
bcadd()
精度計算「+」 例 bcadd(1,1.10,2) 等價於 1+1.10 保留2位小數
bcsub()
精度計算「-」
bcmul()
精度計算「*」
bcdiv()
精度計算「/」
bcmod()
精度計算「%」 求餘,取模
php 採集常用函式 PHP常用採集函式
獲取所有鏈結內容和位址function getallurl code 獲取所有的位址 function getimgsrc code else fnum if fnum fnum 0 return fnum 去除html標記 function text2html txt isu r n txt re...
常用PHP函式
這是一些使用頻率比較高的函式,有的來自別人的程式.1.產生隨機字串函式 function random length return hash 2.擷取一定長度的字串 注 該函式對gb2312使用有效 function wordscut string,length sss 0 for i 0 i le...
PHP常用函式
很有用的一些函式,你可以作為原始碼儲存,然後以後避免重複編寫。檔案讀取函式 檔案讀取函式 function php read file name fclose fd return buf 檔案寫入函式 檔案寫入函式 function php write file name,data,method w...