本篇文章給大家帶來了關於php的相關知識,其中主要給大家總結了PHP常用的函數,包含Math函數、字串函數、陣列函數、多位元組字串函數、時間函數、目錄函數、檔案系統函數,感興趣的朋友下面一起來看一下吧,歡迎大家收藏學習!
Math 函數
abs — 絕對值
acos — 反餘弦
acosh — 反雙曲餘弦
asin — 反正弦
asinh — 反雙曲正弦
atan2 — 兩個引數的反正切
atan — 反正切
atanh — 反雙曲正切
base_convert — 在任意進位制之間轉換數位
bindec — 二進位制轉換為十進位制
ceil — 進一法取整
cos — 餘弦
cosh — 雙曲餘弦
decbin — 十進位制轉換為二進位制
dechex — 十進位制轉換為十六進位制
decoct — 十進位制轉換為八進位制
deg2rad — 將角度轉換為弧度
exp — 計算 e 的指數
expm1 — 返回 exp(number) - 1,甚至當 number 的值接近零也能計算出準確結果
floor — 捨去法取整
fmod — 返回除法的浮點數餘數
getrandmax — 顯示亂數最大的可能值
hexdec — 十六進位制轉換為十進位制
hypot — 計算一直角三角形的斜邊長度
intdiv — 對除法結果取整
is_finite — 判斷是否為有限值
is_infinite — 判斷是否為無限值
is_nan — 判斷是否為合法數值
lcg_value — 組合線性同餘發生器
log10 — 以 10 為底的對數
log1p — 返回 log(1 + number),甚至當 number 的值接近零也能計算出準確結果
log — 自然對數
max — 找出最大值
min — 找出最小值
mt_getrandmax — 顯示亂數的最大可能值
mt_rand — 生成更好的亂數
mt_srand — 播下一個更好的亂數發生器種子
octdec — 八進位制轉換為十進位制
pi — 得到圓周率值
pow — 指數表示式
rad2deg — 將弧度數轉換為相應的角度數
rand — 產生一個隨機整數
round — 對浮點數進行四捨五入
sin — 正弦
sinh — 雙曲正弦
sqrt — 平方根
srand — 播下亂數發生器種子
tan — 正切
tanh — 雙曲正切
字串函數
addcslashes — 以 C 語言風格使用反斜線跳脫字串中的字元
addslashes — 使用反斜線參照字串
bin2hex — 函數把包含資料的二進位制字串轉換為十六進位制值
chop — rtrim 的別名
chr — 返回指定的字元
chunk_split — 將字串分割成小塊
convert_cyr_string — 將字元由一種 Cyrillic 字元轉換成另一種
convert_uudecode — 解碼一個 uuencode 編碼的字串
convert_uuencode — 使用 uuencode 編碼一個字串
count_chars — 返回字串所用字元的資訊
crc32 — 計算一個字串的 crc32 多項式
crypt — 單向字串雜湊
echo — 輸出一個或多個字串
explode — 使用一個字串分割另一個字串
fprintf — 將格式化後的字串寫入到流
get_html_translation_table — 返回使用 htmlspecialchars 和 htmlentities 後的轉換表
hebrev — 將邏輯順序希伯來文(logical-Hebrew)轉換為視覺順序希伯來文(visual-Hebrew)
hebrevc — 將邏輯順序希伯來文(logical-Hebrew)轉換為視覺順序希伯來文(visual-Hebrew),並且轉換換行符
hex2bin — 轉換十六進位制字串為二進位制字串
html_entity_decode — Convert HTML entities to their corresponding characters
htmlentities — 將字元轉換為 HTML 跳脫字元
htmlspecialchars_decode — 將特殊的 HTML 實體轉換回普通字元
htmlspecialchars — 將特殊字元轉換為 HTML 實體
implode — 將一個一維陣列的值轉化為字串
join — 別名 implode
lcfirst — 使一個字串的第一個字元小寫
levenshtein — 計算兩個字串之間的編輯距離
localeconv — Get numeric formatting information
ltrim — 刪除字串開頭的空白字元(或其他字元)
md5_file — 計算指定檔案的 MD5 雜湊值
md5 — 計算字串的 MD5 雜湊值
metaphone — Calculate the metaphone key of a string
money_format — 將數位格式化成貨幣字串
nl_langinfo — Query language and locale information
nl2br — 在字串所有新行之前插入 HTML 換行標記
number_format — 以千位分隔符方式格式化一個數位
ord — 轉換字串第一個位元組為 0-255 之間的值
parse_str — 將字串解析成多個變數
print — 輸出字串
printf — 輸出格式化字串
quoted_printable_decode — 將 quoted-printable 字串轉換為 8-bit 字串
quoted_printable_encode — 將 8-bit 字串轉換成 quoted-printable 字串
quotemeta — 跳脫元字元集
rtrim — 刪除字串末端的空白字元(或者其他字元)
setlocale — 設定地區資訊
sha1_file — 計算檔案的 sha1 雜湊值
sha1 — 計算字串的 sha1 雜湊值
similar_text — 計算兩個字串的相似度
soundex — Calculate the soundex key of a string
sprintf — Return a formatted string
sscanf — 根據指定格式解析輸入的字元
str_getcsv — 解析 CSV 字串為一個陣列
str_ireplace — str_replace 的忽略大小寫版本
str_pad — 使用另一個字串填充字串為指定長度
str_repeat — 重複一個字串
str_replace — 子字串替換
str_rot13 — 對字串執行 ROT13 轉換
str_shuffle — 隨機打亂一個字串
str_split — 將字串轉換為陣列
str_word_count — 返回字串中單詞的使用情況
strcasecmp — 二進位制安全比較字串(不區分大小寫)
strchr — 別名 strstr
strcmp — 二進位制安全字串比較
strcoll — 基於區域設定的字串比較
strcspn — 獲取不匹配遮罩的起始子字串的長度
strip_tags — 從字串中去除 HTML 和 PHP 標記
stripcslashes — 反參照一個使用 addcslashes 跳脫的字串
stripos — 查詢字串首次出現的位置(不區分大小寫)
stripslashes — 反參照一個參照字串
stristr — strstr 函數的忽略大小寫版本
strlen — 獲取字串長度
strnatcasecmp — 使用「自然順序」演演算法比較字串(不區分大小寫)
strnatcmp — 使用自然排序演演算法比較字串
strncasecmp — 二進位制安全比較字串開頭的若干個字元(不區分大小寫)
strncmp — 二進位制安全比較字串開頭的若干個字元
strpbrk — 在字串中查詢一組字元的任何一個字元
strpos — 查詢字串首次出現的位置
strrchr — 查詢指定字元在字串中的最後一次出現
strrev — 反轉字串
strripos — 計算指定字串在目標字串中最後一次出現的位置(不區分大小寫)
strrpos — 計算指定字串在目標字串中最後一次出現的位置
strspn — 計算字串中全部字元都存在於指定字元集合中的第一段子串的長度。
strstr — 查詢字串的首次出現
strtok — 標記分割字串
strtolower — 將字串轉化為小寫
strtoupper — 將字串轉化為大寫
strtr — 轉換指定字元
substr_compare — 二進位制安全比較字串(從偏移位置比較指定長度)
substr_count — 計算字串出現的次數
substr_replace — 替換字串的子串
substr — 返回字串的子串
trim — 去除字串首尾處的空白字元(或者其他字元)
ucfirst — 將字串的首字母轉換為大寫
ucwords — 將字串中每個單詞的首字母轉換為大寫
vfprintf — 將格式化字串寫入流
vprintf — 輸出格式化字串
vsprintf — 返回格式化字串
wordwrap — 打斷字串為指定數量的字串
陣列函數
array_change_key_case — 將陣列中的所有鍵名修改為全大寫或小寫
array_chunk — 將一個陣列分割成多個
array_column — 返回陣列中指定的一列
array_combine — 建立一個陣列,用一個陣列的值作為其鍵名,另一個陣列的值作為其值
array_count_values — 統計陣列中所有的值
array_diff_assoc — 帶索引檢查計算陣列的差集
array_diff_key — 使用鍵名比較計算陣列的差集
array_diff_uassoc — 用使用者提供的回撥函數做索引檢查來計算陣列的差集
array_diff_ukey — 用回撥函數對鍵名比較計算陣列的差集
array_diff — 計算陣列的差集
array_fill_keys — 使用指定的鍵和值填充陣列
array_fill — 用給定的值填充陣列
array_filter — 用回撥函數過濾陣列中的單元
array_flip — 交換陣列中的鍵和值
array_intersect_assoc — 帶索引檢查計算陣列的交集
array_intersect_key — 使用鍵名比較計算陣列的交集
array_intersect_uassoc — 帶索引檢查計算陣列的交集,用回撥函數比較索引
array_intersect_ukey — 用回撥函數比較鍵名來計算陣列的交集
array_intersect — 計算陣列的交集
array_key_exists — 檢查陣列裡是否有指定的鍵名或索引
array_key_first — Gets the first key of an array
array_key_last — Gets the last key of an array
array_keys — 返回陣列中部分的或所有的鍵名
array_map — 為陣列的每個元素應用回撥函數
array_merge_recursive — 遞迴地合併一個或多個陣列
array_merge — 合併一個或多個陣列
array_multisort — 對多個陣列或多維陣列進行排序
array_pad — 以指定長度將一個值填充進陣列
array_pop — 彈出陣列最後一個單元(出棧)
array_product — 計算陣列中所有值的乘積
array_push — 將一個或多個單元壓入陣列的末尾(入棧)
array_rand — 從陣列中隨機取出一個或多個單元
array_reduce — 用回撥函數迭代地將陣列簡化為單一的值
array_replace_recursive — 使用傳遞的陣列遞迴替換第一個陣列的元素
array_replace — 使用傳遞的陣列替換第一個陣列的元素
array_reverse — 返回單元順序相反的陣列
array_search — 在陣列中搜尋給定的值,如果成功則返回首個相應的鍵名
array_shift — 將陣列開頭的單元移出陣列
array_slice — 從陣列中取出一段
array_splice — 去掉陣列中的某一部分並用其它值取代
array_sum — 對陣列中所有值求和
array_udiff_assoc — 帶索引檢查計算陣列的差集,用回撥函數比較資料
array_udiff_uassoc — 帶索引檢查計算陣列的差集,用回撥函數比較資料和索引
array_udiff — 用回撥函數比較資料來計算陣列的差集
array_uintersect_assoc — 帶索引檢查計算陣列的交集,用回撥函數比較資料
array_uintersect_uassoc — 帶索引檢查計算陣列的交集,用單獨的回撥函數比較資料和索引
array_uintersect — 計算陣列的交集,用回撥函數比較資料
array_unique — 移除陣列中重複的值
array_unshift — 在陣列開頭插入一個或多個單元
array_values — 返回陣列中所有的值
array_walk_recursive — 對陣列中的每個成員遞迴地應用使用者函數
array_walk — 使用使用者自定義函數對陣列中的每個元素做回撥處理
array — 新建一個陣列
arsort — 對陣列進行逆向排序並保持索引關係
asort — 對陣列進行排序並保持索引關係
compact — 建立一個陣列,包括變數名和它們的值
count — 計算陣列中的單元數目,或物件中的屬性個數
current — 返回陣列中的當前單元
each — 返回陣列中當前的鍵/值對並將陣列指標向前移動一步
end — 將陣列的內部指標指向最後一個單元
extract — 從陣列中將變數匯入到當前的符號表
in_array — 檢查陣列中是否存在某個值
key_exists — 別名 array_key_exists
key — 從關聯陣列中取得鍵名
krsort — 對陣列按照鍵名逆向排序
ksort — 對陣列按照鍵名排序
list — 把陣列中的值賦給一組變數
natcasesort — 用「自然排序」演演算法對陣列進行不區分大小寫字母的排序
natsort — 用「自然排序」演演算法對陣列排序
next — 將陣列中的內部指標向前移動一位
pos — current 的別名
prev — 將陣列的內部指標倒回一位
range — 根據範圍建立陣列,包含指定的元素
reset — 將陣列的內部指標指向第一個單元
rsort — 對陣列逆向排序
shuffle — 打亂陣列
sizeof — count 的別名
sort — 對陣列排序
uasort — 使用使用者自定義的比較函數對陣列中的值進行排序並保持索引關聯
uksort — 使用使用者自定義的比較函數對陣列中的鍵名進行排序
usort — 使用使用者自定義的比較函數對陣列中的值進行排序
多位元組字串函數
mb_check_encoding — 檢查字串在指定的編碼裡是否有效
mb_chr — Get a specific character
mb_convert_case — 對字串進行大小寫轉換
mb_convert_encoding — 轉換字元的編碼
mb_convert_kana — Convert 「kana」 one from another (「zen-kaku」, 「han-kaku」 and more)
mb_convert_variables — 轉換一個或多個變數的字元編碼
mb_decode_mimeheader — 解碼 MIME 頭欄位中的字串
mb_decode_numericentity — 根據 HTML 數位字串解碼成字元
mb_detect_encoding — 檢測字元的編碼
mb_detect_order — 設定/獲取 字元編碼的檢測順序
mb_encode_mimeheader — 為 MIME 頭編碼字串
mb_encode_numericentity — Encode character to HTML numeric string reference
mb_encoding_aliases — Get aliases of a known encoding type
mb_ereg_match — Regular expression match for multibyte string
mb_ereg_replace_callback — Perform a regular expression search and replace with multibyte support using a callback
mb_ereg_replace — Replace regular expression with multibyte support
mb_ereg_search_getpos — Returns start point for next regular expression match
mb_ereg_search_getregs — Retrieve the result from the last multibyte regular expression match
mb_ereg_search_init — Setup string and regular expression for a multibyte regular expression match
mb_ereg_search_pos — Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string
mb_ereg_search_regs — Returns the matched part of a multibyte regular expression
mb_ereg_search_setpos — Set start point of next regular expression match
mb_ereg_search — Multibyte regular expression match for predefined multibyte string
mb_ereg — Regular expression match with multibyte support
mb_eregi_replace — Replace regular expression with multibyte support ignoring case
mb_eregi — Regular expression match ignoring case with multibyte support
mb_get_info — 獲取 mbstring 的內部設定
mb_http_input — 檢測 HTTP 輸入字元編碼
mb_http_output — 設定/獲取 HTTP 輸出字元編碼
mb_internal_encoding — 設定/獲取內部字元編碼
mb_language — 設定/獲取當前的語言
mb_list_encodings — 返回所有支援編碼的陣列
mb_ord — Get code point of character
mb_output_handler — 在輸出緩衝中轉換字元編碼的回撥函數
mb_parse_str — 解析 GET/POST/COOKIE 資料並設定全域性變數
mb_preferred_mime_name — 獲取 MIME 字串
mb_regex_encoding — Set/Get character encoding for multibyte regex
mb_regex_set_options — Set/Get the default options for mbregex functions
mb_scrub — Description
mb_send_mail — 傳送編碼過的郵件
mb_split — 使用正規表示式分割多位元組字串
mb_strcut — 獲取字元的一部分
mb_strimwidth — 獲取按指定寬度截斷的字串
mb_stripos — 大小寫不敏感地查詢字串在另一個字串中首次出現的位置
mb_stristr — 大小寫不敏感地查詢字串在另一個字串裡的首次出現
mb_strlen — 獲取字串的長度
mb_strpos — 查詢字串在另一個字串中首次出現的位置
mb_strrchr — 查詢指定字元在另一個字串中最後一次的出現
mb_strrichr — 大小寫不敏感地查詢指定字元在另一個字串中最後一次的出現
mb_strripos — 大小寫不敏感地在字串中查詢一個字串最後出現的位置
mb_strrpos — 查詢字串在一個字串中最後出現的位置
mb_strstr — 查詢字串在另一個字串裡的首次出現
mb_strtolower — 使字串小寫
mb_strtoupper — 使字串大寫
mb_strwidth — 返回字串的寬度
mb_substitute_character — 設定/獲取替代字元
mb_substr_count — 統計字串出現的次數
mb_substr — 獲取部分字串
時間函數
checkdate — 驗證一個格里高裡日期
date_add — 別名 DateTime::add
date_create_from_format — 別名 DateTime::createFromFormat
date_create_immutable_from_format — 別名 DateTimeImmutable::createFromFormat
date_create_immutable — 別名 DateTimeImmutable::__construct
date_create — 別名 DateTime::__construct
date_date_set — 別名 DateTime::setDate
date_default_timezone_get — 取得一個指令碼中所有日期時間函數所使用的預設時區
date_default_timezone_set — 設定用於一個指令碼中所有日期時間函數的預設時區
date_diff — 別名 DateTime::diff
date_format — 別名 DateTime::format
date_get_last_errors — 別名 DateTime::getLastErrors
date_interval_create_from_date_string — 別名 DateInterval::createFromDateString
date_interval_format — 別名 DateInterval::format
date_isodate_set — 別名 DateTime::setISODate
date_modify — 別名 DateTime::modify
date_offset_get — 別名 DateTime::getOffset
date_parse_from_format — Get info about given date formatted according to the specified format
date_parse — Returns associative array with detailed info about given date
date_sub — 別名 DateTime::sub
date_sun_info — Returns an array with information about sunset/sunrise and twilight begin/end
date_sunrise — 返回給定的日期與地點的日出時間
date_sunset — 返回給定的日期與地點的日落時間
date_time_set — 別名 DateTime::setTime
date_timestamp_get — 別名 DateTime::getTimestamp
date_timestamp_set — 別名 DateTime::setTimestamp
date_timezone_get — 別名 DateTime::getTimezone
date_timezone_set — 別名 DateTime::setTimezone
date — 格式化一個本地時間/日期
getdate — 取得日期/時間資訊
gettimeofday — 取得當前時間
gmdate — 格式化一個 GMT/UTC 日期/時間
gmmktime — 取得 GMT 日期的 UNIX 時間戳
gmstrftime — 根據區域設定格式化 GMT/UTC 時間/日期
idate — 將本地時間日期格式化為整數
localtime — 取得本地時間
microtime — 返回當前 Unix 時間戳和微秒數
mktime — 取得一個日期的 Unix 時間戳
strftime — 根據區域設定格式化本地時間/日期
strptime — 解析由 strftime 生成的日期/時間
strtotime — 將任何字串的日期時間描述解析為 Unix 時間戳
time — 返回當前的 Unix 時間戳
timezone_abbreviations_list — 別名 DateTimeZone::listAbbreviations
timezone_identifiers_list — 別名 DateTimeZone::listIdentifiers
timezone_location_get — 別名 DateTimeZone::getLocation
timezone_name_from_abbr — Returns the timezone name from abbreviation
timezone_name_get — 別名 DateTimeZone::getName
timezone_offset_get — 別名 DateTimeZone::getOffset
timezone_open — 別名 DateTimeZone::__construct
timezone_transitions_get — 別名 DateTimeZone::getTransitions
timezone_version_get — Gets the version of the timezonedb
目錄函數
chdir — 改變目錄
chroot — 改變根目錄
closedir — 關閉目錄控制程式碼
dir — 返回一個 Directory 類範例
getcwd — 取得當前工作目錄
opendir — 開啟目錄控制程式碼
readdir — 從目錄控制程式碼中讀取條目
rewinddir — 倒回目錄控制程式碼
scandir — 列出指定路徑中的檔案和目錄
檔案系統函數
basename — 返回路徑中的檔名部分
chgrp — 改變檔案所屬的組
chmod — 改變檔案模式
chown — 改變檔案的所有者
clearstatcache — 清除檔案狀態快取
copy — 拷貝檔案
delete — 參見 unlink 或 unset
dirname — 返回路徑中的目錄部分
disk_free_space — 返回目錄中的可用空間
disk_total_space — 返回一個目錄的磁碟總大小
diskfreespace — disk_free_space 的別名
fclose — 關閉一個已開啟的檔案指標
feof — 測試檔案指標是否到了檔案結束的位置
fflush — 將緩衝內容輸出到檔案
fgetc — 從檔案指標中讀取字元
fgetcsv — 從檔案指標中讀入一行並解析 CSV 欄位
fgets — 從檔案指標中讀取一行
fgetss — 從檔案指標中讀取一行並過濾掉 HTML 標記
file_exists — 檢查檔案或目錄是否存在
file_get_contents — 將整個檔案讀入一個字串
file_put_contents — 將一個字串寫入檔案
file — 把整個檔案讀入一個陣列中
fileatime — 取得檔案的上次存取時間
filectime — 取得檔案的 inode 修改時間
filegroup — 取得檔案的組
fileinode — 取得檔案的 inode
filemtime — 取得檔案修改時間
fileowner — 取得檔案的所有者
fileperms — 取得檔案的許可權
filesize — 取得檔案大小
filetype — 取得檔案型別
flock — 輕便的諮詢檔案鎖定
fnmatch — 用模式匹配檔名
fopen — 開啟檔案或者 URL
fpassthru — 輸出檔案指標處的所有剩餘資料
fputcsv — 將行格式化為 CSV 並寫入檔案指標
fputs — fwrite 的別名
fread — 讀取檔案(可安全用於二進位制檔案)
fscanf — 從檔案中格式化輸入
fseek — 在檔案指標中定位
fstat — 通過已開啟的檔案指標取得檔案資訊
ftell — 返回檔案指標讀/寫的位置
ftruncate — 將檔案截斷到給定的長度
fwrite — 寫入檔案(可安全用於二進位制檔案)
glob — 尋找與模式匹配的檔案路徑
is_dir — 判斷給定檔名是否是一個目錄
is_executable — 判斷給定檔名是否可執行
is_file — 判斷給定檔名是否為一個正常的檔案
is_link — 判斷給定檔名是否為一個符號連線
is_readable — 判斷給定檔名是否可讀
is_uploaded_file — 判斷檔案是否是通過 HTTP POST 上傳的
is_writable — 判斷給定的檔名是否可寫
is_writeable — is_writable 的別名
lchgrp — 修改符號連結的所有組
lchown — 修改符號連結的所有者
link — 建立一個硬連線
linkinfo — 獲取一個連線的資訊
lstat — 給出一個檔案或符號連線的資訊
mkdir — 新建目錄
move_uploaded_file — 將上傳的檔案移動到新位置
parse_ini_file — 解析一個組態檔
parse_ini_string — 解析設定字串
pathinfo — 返回檔案路徑的資訊
pclose — 關閉程序檔案指標
popen — 開啟程序檔案指標
readfile — 輸出檔案
readlink — 返回符號連線指向的目標
realpath_cache_get — 獲取真實目錄快取的詳情
realpath_cache_size — 獲取真實路徑緩衝區的大小
realpath — 返回規範化的絕對路徑名
rename — 重新命名一個檔案或目錄
rewind — 倒回檔案指標的位置
rmdir — 刪除目錄
set_file_buffer — stream_set_write_buffer 的別名
stat — 給出檔案的資訊
symlink — 建立符號連線
tempnam — 建立一個具有唯一檔名的檔案
tmpfile — 建立一個臨時檔案
touch — 設定檔案的存取和修改時間
umask — 改變當前的 umask
unlink — 刪除檔案
推薦學習:《》
以上就是一文彙總PHP中最全的常用函數(收藏)的詳細內容,更多請關注TW511.COM其它相關文章!