摘要: 常见的状态码有以下几种,也是必须记住的: 1xx:临时回应,表示客户端请继续。 2xx:请求成功。 ... 200:请求成功。 3xx: 表示请求的目标有变化,希望客户端进一步处理。 301&302:永久性与临时性跳转。 304:跟客户端缓存没有更新。 4xx:客户端请求错误。 403:无权限。 4 阅读全文
posted @ 2020-12-03 17:40 二进制小伙子 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 1. filemtime() 作用: 获取文件的修改时间。 语法: filemtime(string $filename): int|false /* Gets the modification time. Returns the time when the data blocks of a fil 阅读全文
posted @ 2020-12-03 16:21 二进制小伙子 阅读(230) 评论(0) 推荐(0) 编辑
摘要: https://www.php.net/manual/en/ 阅读全文
posted @ 2020-12-03 13:05 二进制小伙子 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1. Cheat sheet https://www.markdownguide.org/cheat-sheet/ 2. Online editor http://www.mdeditor.com/ 3. PHP markdown parser: Parsedown https://github.c 阅读全文
posted @ 2020-12-03 11:19 二进制小伙子 阅读(74) 评论(0) 推荐(0) 编辑