本文章僅為督促本人學習
trim() 去除字串首位的空格或特殊字串
eval() 執行字串裡的**
addslashes() 函式返回在預定義字元之前添 加反斜槓的字串。
預定義字元是:
單引號(』)
雙引號(」)
反斜槓(\)
null
stripslashes()作用與addslashes相反
addcslashes() 函式返回在指定字元前新增反斜槓的字串。
$str = addcslashes("a001 a002 a003","a");
stripcslashes()與addcslashes()作用相反
strcmp()區分大小寫字串按位元組比較
strcasecmp()不區分大小字串按位元組比較
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...