程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> php函數筆記

php函數筆記

編輯:關於PHP編程

字符串函數:
htmlspecialchars()
md5()
number_format()
preg_match()
trim()
printf()
str_replace()
strip_tags()
explode()
implode()
sprintf
strpos
strrchr
strrpos
strstr
substr

數組處理函數:
array_filter()
array_intersect()
array_merge()
array_pop()
array_push()
array_rand()
array_shift()
array_sum()
in_array()
range()
shuffle()
unique()

日期時間函數:
date()
getdate()
microtime()
mktime()

文件系統函數:
basename()
dirname()
file_get_contents()
filetype()
file()
fopen()
pathinfo()
readfile()

會話控制函數
setCookie()
session_destroy()
session_start()

數據庫mysqli模塊函數:
mysqli_connect_errno()
mysqli_fetch_accoc()
mysqli_fetch_array()
mysqli_fetch_object()
mysqli_fetch_row()
mysqli_query()
mysqli()

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved