php函数笔记_PHP教程

WBOY
发布: 2016-07-13 17:39:43
原创
1171 人浏览过

字符串函数:
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()

www.bkjia.com true http://www.bkjia.com/PHPjc/486293.html TechArticle 字符串函数: htmlspecialchars() md5() number_format() preg_match() trim() printf() str_replace() strip_tags() explode() implode() sprintf strpos strrchr strrpos strstr substr...
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!