您的位置:首页 > 编程语言 > PHP开发

php函数笔记目录[整理中]

2015-12-17 09:49 525 查看
1.php函数小汇总(一)

高级调试函数 debug_zval_dump

高级调试函数 debug_backtrace

函数 reset() current() end() next() prev() each()

strrchr()与strchr()

func_get_args()返回一个包含函数参数列表的数组

array_unshift() array_shift() array_push() array_pop()

2.函数小汇总(二)

mysqli_stmt_bind_param()

call_user_func_array()

mysqli_stmt_init ()

array_splice() array_slice()

ctype

calendar

3.php函数小汇总(三)

array_key_exists()

array_values()

array_reverse()

method_exists()

function_exists()

class_exists()、 interface_exists()

4.php函数小汇总(四)

highlight_string()

join()

printf()

hash_hmac()、 mcrypt_encrypt()

ord()、chr()

unpack()

5.php函数小汇总(五)

preg_split()

usort()

create_function()

feof()

range()

imagerotate()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: