PHP 常用函式

2022-05-23 14:06:12 字數 749 閱讀 4994

echo(mt_rand(10,100));    //

35

count() 函式返回陣列中元素的數目。

ceil() 函式向上捨入為最接近的整數。

array_filter() 函式用**函式過濾陣列中的元素。

該函式把輸入陣列中的每個鍵值傳給**函式。如果**函式返回 true,則把輸入陣列中的當前鍵值返回給結果陣列。陣列鍵名保持不變。

獲取表單提交資料的第三種方法

$_request  無論表單是用什麼方法提交都可以用它獲取到資料

第3種指定字串方法1:heredoc語法(<<<)   使用theend結束

格式:  heredoc(<<<)

abcdfg

hijtheend

(php 4, php 5, php 7)

strtotime — 將任何字串的日期時間描述解析為 unix 時間戳

event.preventdefault() 方法阻止元素發生預設的行為。

例如:返回函式裡面兩個值之間的隨機數   括號裡也可以不填值

echo(mt_rand(10,100));          //

35

找字串在另一字串中第一次出現的位置

echo

strpos("you love php, i love php too!","php");

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