随笔分类 -  php

摘要:最近面试被这个面到吐血,特地来fork一些。 来源:https://www.jb51.net/article/145084.htm 一、判断类型的函数 二、获取子串位置 $str = 'helloword!!!hello'; echo strpos($str,'hello',1); //12 ech 阅读全文
posted @ 2019-04-13 18:55 无色诏 阅读(275) 评论(0) 推荐(0)
摘要:php基础知识考察点:正则表达式 阅读全文
posted @ 2019-04-05 23:21 无色诏 阅读(239) 评论(0) 推荐(0)
摘要:php基础知识考察点六:自定义函数及内部函数考察点 阅读全文
posted @ 2019-04-05 20:57 无色诏 阅读(281) 评论(0) 推荐(0)
摘要:学习ThinkPHP5的第一天 框架的安装 数据库的连接 阅读全文
posted @ 2019-02-16 22:34 无色诏 阅读(417) 评论(0) 推荐(0)
摘要:ThinkPHP5.1 前置操作说明 'first',  //在执行所有方法前都会执行first方法 'second' => ['except'=>'hello'],  //除hello方法外的方法执行前都要先执行second方法 'three' => ['only'=>'hello,data'],  //在hello/data方法执行前先执行three方法 阅读全文
posted @ 2018-12-02 21:39 无色诏 阅读(1460) 评论(0) 推荐(0)
摘要:tp5.1路由报错No input file specified. 阅读全文
posted @ 2018-12-01 22:06 无色诏 阅读(1291) 评论(0) 推荐(0)