PHP1234|PHP修炼之路|跟着明礼馨德一起修炼PHP
主页
PHP函数
ThinkPHP
项目源码
修炼之路
搜索更多优质资源
PHP字符串函数
字符串转换类函数
addcslashes
addslashes
rtrim
chop
get_html_translation_table
chunk_split
htmlentities
html_entity_decode
htmlspecialchars
nl2br
quotemeta
strip_tags
stripslashes
stripslashes
strtolower
strtoupper
trim
字符串分割类函数
explode
implode
join
str_pad
str_split
str_shuffle
str_ireplace
str_replace
localeconv
setlocale
ltrim
money_format
number_format
parse_str
similar_text
str_repeat
str_word_count
strlen
strrev
strtok
strtr
substr_count
substr_replace
substr
ucfirst
lcfirst
ucwords
wordwrap
字符串查找类函数
chr
crc32
strstr
strchr
strrchr
stristr
strcspn
strspn
stripos
strpos
strrpos
strripos
strpbrk
字符串进制与编码转换类函数
bin2hex
hex2bin
convert_uuencode
convert_uudecode
count_chars
ord
quoted_printable_encode
quoted_printable_decode
str_rot13
字符串加密类函数
crypt
md5_file
md5
sha1_file
sha1
字符串输出类函数
echo
fprintf
print
printf
sprintf
sscanf
vfprintf
vprintf
vsprintf
字符串比较类函数
levenshtein
metaphone
soundex
strcoll
strcmp
strnatcasecmp
strncasecmp
strnatcmp
strcasecmp
strncmp
substr_compare
Array数组函数
数组建立类函数
array
range
array_fill
compact
array_combine
array_chunk
array_merge
array_merge_recursive
array_map
array_values
array_rand
array_slice
数组元素统计类函数
count
sizeof
array_count_values
array_reduce
array_sum
array_product
数组元素添加删除类函数
array_pad
array_unshift
array_shift
array_push
array_pop
array_splice
array_unique
array_filter
数组排序类函数
sort
array_multisort
natsort
natcasesort
asort
ksort
uksort
usort
uasort
rsort
arsort
krsort
array_reverse
shuffle
数组集合类函数
array_diff
array_diff_assoc
array_diff_key
array_diff_ukey
array_diff_uassoc
array_udiff
array_udiff_assoc
array_udiff_uassoc
array_intersect
array_intersect_assoc
array_intersect_key
array_intersect_ukey
array_intersect_uassoc
array_uintersect
array_uintersect_assoc
array_uintersect_uassoc
数组搜索类函数
array_key_exists
in_array
array_search
数组指针类函数
current
each
next
prev
reset
end
数组其他类函数
end
array_keys
array_change_key_case
array_flip
list
extract
array_walk
array_walk_recursive
PHP Variable函数
获取变量函数
floatval
doubleval
empty
get_defined_vars
get_resource_type