PHP常用函式

2021-08-23 12:00:03 字數 1252 閱讀 7747

1、根據選擇日期重建乙個二維陣列

//根據選擇日期重建乙個二維陣列

$st = 開始時間戳;

$et = 結束時間戳;

$t = $st;

$i = 0;

while($t <= $et)

2、獲取開始時間到結束時間相差幾個月

function get_month_diff($start, $end = false)

3、獲取陣列中的某個id值拼接成字串

function wherein_data($dataarr,$idname)

}$ids = implode(',',$ids);

}return $ids;

}

4、以某個id為健名重新組合乙個新陣列

function creatarr($dataarr,$id)

return $returnarr;

}

5、生成訂單號

function outno($uid)
6、友好時間

function fdate($time)  else 

}return $fdate;

}

7、生成隨機使用者名稱

function rand_usernam($mobile)

return $username_str;

}

8、擷取字元

function cut_str($sourcestr,$cutlength, $start=0,$dot='')

elseif($ascnum >= 192)

elseif(($ascnum >= 65) && ($ascnum <= 90))

else

}if ($mb_str_length > $cutlength)

return $returnstr;

}

9、分頁統一

function pager($count, $pagesize) else

return $pager;

}

10、金額浮點數計算

//金額浮點數計算

function get_float_money($num='')

11、擷取某一字元後的內容的函式

function intercept($str='',$symbol='::')

}return $out;

}

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