课程
/后端开发
/PHP
/PHP进阶篇
完全不懂了 准备弃了 在慕课看了这么多教程 感觉这个教程好坑啊 根本不是和新手看啊
2014-10-05
源自:PHP进阶篇 4-6
正在回答
Look at my head portrait, and the sweat is the answer to your explanation.
何弃疗,
举报
轻松学习PHP中级课程,进行全面了解,用PHP快速开发网站程序
1 回答//手机号必须为11位数字,且为1开头 if (!preg_match('/^1\d{10}$/i', $user['mobile'])) { die('手机号不合法');
1 回答Cannot connect to already runningIDE instance.Exception: Process 2,776 is stillrunning
1 回答输出的结果为什么不是【string(6) "苹果"】?
2 回答PHP数组
1 回答关于构造函数私有方法