? ssdeep_fuzzy_hash
簡介 ?
Bejson.com
PHP Manual
文本處理
字符串
字符串
簡介
安裝/配置
需求
安裝
運行時配置
資源類型
預(yù)定義常量
字符串 函數(shù)
addcslashes
— 以 C 語言風(fēng)格使用反斜線轉(zhuǎn)義字符串中的字符
addslashes
— 使用反斜線引用字符串
bin2hex
— 函數(shù)把包含數(shù)據(jù)的二進(jìn)制字符串轉(zhuǎn)換為十六進(jìn)制值
chop
— rtrim 的別名
chr
— 返回指定的字符
chunk_split
— 將字符串分割成小塊
convert_cyr_string
— 將字符由一種 Cyrillic 字符轉(zhuǎn)換成另一種
convert_uudecode
— 解碼一個 uuencode 編碼的字符串
convert_uuencode
— 使用 uuencode 編碼一個字符串
count_chars
— 返回字符串所用字符的信息
crc32
— 計算一個字符串的 crc32 多項式
crypt
— 單向字符串散列
echo
— 輸出一個或多個字符串
explode
— 使用一個字符串分割另一個字符串
fprintf
— 將格式化后的字符串寫入到流
get_html_translation_table
— 返回使用 htmlspecialchars 和 htmlentities 后的轉(zhuǎn)換表
hebrev
— 將邏輯順序希伯來文(logical-Hebrew)轉(zhuǎn)換為視覺順序希伯來文(visual-Hebrew)
hebrevc
— 將邏輯順序希伯來文(logical-Hebrew)轉(zhuǎn)換為視覺順序希伯來文(visual-Hebrew),并且轉(zhuǎn)換換行符
hex2bin
— 轉(zhuǎn)換十六進(jìn)制字符串為二進(jìn)制字符串
html_entity_decode
— Convert HTML entities to their corresponding characters
htmlentities
— 將字符轉(zhuǎn)換為 HTML 轉(zhuǎn)義字符
htmlspecialchars_decode
— 將特殊的 HTML 實體轉(zhuǎn)換回普通字符
htmlspecialchars
— 將特殊字符轉(zhuǎn)換為 HTML 實體
implode
— 用字符串連接數(shù)組元素
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
— 將數(shù)字格式化成貨幣字符串
nl_langinfo
— Query language and locale information
nl2br
— 在字符串所有新行之前插入 HTML 換行標(biāo)記
number_format
— 以千位分隔符方式格式化一個數(shù)字
ord
— 轉(zhuǎn)換字符串第一個字節(jié)為 0-255 之間的值
parse_str
— 將字符串解析成多個變量
print
— 輸出字符串
printf
— 輸出格式化字符串
quoted_printable_decode
— 將 quoted-printable 字符串轉(zhuǎn)換為 8-bit 字符串
quoted_printable_encode
— 將 8-bit 字符串轉(zhuǎn)換成 quoted-printable 字符串
quotemeta
— 轉(zhuǎn)義元字符集
rtrim
— 刪除字符串末端的空白字符(或者其他字符)
setlocale
— 設(shè)置地區(qū)信息
sha1_file
— 計算文件的 sha1 散列值
sha1
— 計算字符串的 sha1 散列值
similar_text
— 計算兩個字符串的相似度
soundex
— Calculate the soundex key of a string
sprintf
— 返回格式化字符串
sscanf
— 根據(jù)指定格式解析輸入的字符
str_contains
— Determine if a string contains a given substring
str_ends_with
— Checks if a string ends with a given substring
str_getcsv
— 解析 CSV 字符串為一個數(shù)組
str_ireplace
— str_replace 的忽略大小寫版本
str_pad
— 使用另一個字符串填充字符串為指定長度
str_repeat
— 重復(fù)一個字符串
str_replace
— 子字符串替換
str_rot13
— 對字符串執(zhí)行 ROT13 轉(zhuǎn)換
str_shuffle
— 隨機打亂一個字符串
str_split
— 將字符串轉(zhuǎn)換為數(shù)組
str_starts_with
— Checks if a string starts with a given substring
str_word_count
— 返回字符串中單詞的使用情況
strcasecmp
— 二進(jìn)制安全比較字符串(不區(qū)分大小寫)
strchr
— 別名 strstr
strcmp
— 二進(jìn)制安全字符串比較
strcoll
— 基于區(qū)域設(shè)置的字符串比較
strcspn
— 獲取不匹配遮罩的起始子字符串的長度
strip_tags
— 從字符串中去除 HTML 和 PHP 標(biāo)記
stripcslashes
— 反引用一個使用 addcslashes 轉(zhuǎn)義的字符串
stripos
— 查找字符串首次出現(xiàn)的位置(不區(qū)分大小寫)
stripslashes
— 反引用一個引用字符串
stristr
— strstr 函數(shù)的忽略大小寫版本
strlen
— 獲取字符串長度
strnatcasecmp
— 使用“自然順序”算法比較字符串(不區(qū)分大小寫)
strnatcmp
— 使用自然排序算法比較字符串
strncasecmp
— 二進(jìn)制安全比較字符串開頭的若干個字符(不區(qū)分大小寫)
strncmp
— 二進(jìn)制安全比較字符串開頭的若干個字符
strpbrk
— 在字符串中查找一組字符的任何一個字符
strpos
— 查找字符串首次出現(xiàn)的位置
strrchr
— 查找指定字符在字符串中的最后一次出現(xiàn)
strrev
— 反轉(zhuǎn)字符串
strripos
— 計算指定字符串在目標(biāo)字符串中最后一次出現(xiàn)的位置(不區(qū)分大小寫)
strrpos
— 計算指定字符串在目標(biāo)字符串中最后一次出現(xiàn)的位置
strspn
— 計算字符串中全部字符都存在于指定字符集合中的第一段子串的長度。
strstr
— 查找字符串的首次出現(xiàn)
strtok
— 標(biāo)記分割字符串
strtolower
— 將字符串轉(zhuǎn)化為小寫
strtoupper
— 將字符串轉(zhuǎn)化為大寫
strtr
— 轉(zhuǎn)換指定字符
substr_compare
— 二進(jìn)制安全比較字符串(從偏移位置比較指定長度)
substr_count
— 計算字串出現(xiàn)的次數(shù)
substr_replace
— 替換字符串的子串
substr
— 返回字符串的子串
trim
— 去除字符串首尾處的空白字符(或者其他字符)
ucfirst
— 將字符串的首字母轉(zhuǎn)換為大寫
ucwords
— 將字符串中每個單詞的首字母轉(zhuǎn)換為大寫
utf8_decode
— Converts a string from UTF-8 to ISO-8859-1, replacing invalid or unrepresentable characters
utf8_encode
— Converts a string from ISO-8859-1 to UTF-8
vfprintf
— 將格式化字符串寫入流
vprintf
— 輸出格式化字符串
vsprintf
— 返回格式化字符串
wordwrap
— 打斷字符串為指定數(shù)量的字串
更新日志