php 常用方法函式

2022-07-01 23:15:13 字數 1025 閱讀 3448

boolin_array( mixed$needle, array$haystack[, bool$strict=false] ) 

haystack中搜尋needle,如果沒有設定strict則使用寬鬆的比較。 

stringstrtolower( string$str) strtolower — 將字串轉化為小寫

arrayexplode( string$delimiter, string$string[, int$limit] ) 此函式返回由字串組成的陣列,每個元素都是string的乙個子串,它們被字串delimiter作為邊界點分割出來。

intstrpos( string$haystack, mixed$needle[, int$offset= 0 ] ) strpos — 查詢字串首次出現的位置

array_merge — 合併乙個或多個陣列

arrayarray_merge( array$array1[, array$...] )

array_merge()將乙個或多個陣列的單元合併起來,乙個陣列中的值附加在前乙個陣列的後面。返回作為結果的陣列。

如果輸入的陣列中有相同的字串鍵名,則該鍵名後面的值將覆蓋前乙個值。然而,如果陣列包含數字鍵名,後面的值將不會覆蓋原來的值,而是附加到後面。

如果只給了乙個陣列並且該陣列是數字索引的,則鍵名會以連續方式重新索引。 

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...