摘要: 面试经常被问到的问题总结 1.字符串函数 2.数组函数 3.cookie和session的区别 4.状态码以及其功能 阅读全文
posted @ 2018-06-07 08:30 apesplan 阅读(100) 评论(0) 推荐(0) 编辑
摘要: (1)PHP引用变量 概念:不同的变量名,访问同一个变量内容,使用& 知识点: 使用php函数 (a)memory_get_usage() 查看内存使用情况 eg 运行结果 (b)xdebug_debug_zval() zval变量容器 eg 运行结果 refcount指在这个空间的变量有1个 is 阅读全文
posted @ 2018-06-07 08:25 apesplan 阅读(130) 评论(0) 推荐(0) 编辑