随笔分类 -  php

摘要:php自动加载原理 sql_autoload_register PSR-4 阅读全文
posted @ 2017-04-23 01:03 jcuan 阅读(1136) 评论(1) 推荐(0) 编辑
摘要:php 异步调用 计划任务 阅读全文
posted @ 2017-03-17 15:09 jcuan 阅读(466) 评论(0) 推荐(0) 编辑
摘要:php 代码规范 阅读全文
posted @ 2017-03-03 14:05 jcuan 阅读(199) 评论(0) 推荐(0) 编辑
摘要:php多版本管理 阅读全文
posted @ 2016-12-21 20:46 jcuan 阅读(5373) 评论(1) 推荐(0) 编辑
摘要:php composer 阅读全文
posted @ 2016-10-30 17:41 jcuan 阅读(320) 评论(0) 推荐(0) 编辑
摘要:php 命名空间 阅读全文
posted @ 2016-10-30 12:09 jcuan 阅读(319) 评论(0) 推荐(0) 编辑
摘要:php对象 阅读全文
posted @ 2016-10-30 11:05 jcuan 阅读(269) 评论(0) 推荐(0) 编辑
摘要:字符串 函数 阅读全文
posted @ 2016-10-30 00:30 jcuan 阅读(247) 评论(0) 推荐(0) 编辑
摘要:设置php下载文件的超时时间 file_get_contents crul 阅读全文
posted @ 2016-10-06 00:32 jcuan 阅读(1224) 评论(0) 推荐(0) 编辑
摘要:php错误处理机制 阅读全文
posted @ 2016-10-02 13:08 jcuan 阅读(1326) 评论(1) 推荐(0) 编辑
摘要:php 一些小问题和小技巧 阅读全文
posted @ 2016-10-01 22:37 jcuan 阅读(388) 评论(0) 推荐(0) 编辑
摘要:phpdocumentor的使用 阅读全文
posted @ 2016-10-01 19:07 jcuan 阅读(370) 评论(0) 推荐(0) 编辑
摘要:为了处理同一用户并发请求带来的问题,php的session是有锁的,并发操作时采用串行方式。 session_start()之后就一直独占该sessionId文件的锁,在session_write_close()之后才会释放 阅读全文
posted @ 2016-07-30 15:06 jcuan 阅读(799) 评论(0) 推荐(0) 编辑
摘要:php hash 阅读全文
posted @ 2016-07-19 00:32 jcuan 阅读(2524) 评论(0) 推荐(0) 编辑
摘要:mongo驱动已经废弃,不再支持最新版本的mongodb和php mongodb甚至可以支持HHVM,不过只实现了最小功能,一般需要封装后使用 阅读全文
posted @ 2016-07-01 22:04 jcuan 阅读(4277) 评论(0) 推荐(0) 编辑
摘要:session cookie php 阅读全文
posted @ 2016-04-17 10:30 jcuan 阅读(224) 评论(0) 推荐(0) 编辑
摘要:PDO 提供了一个 数据访问 抽象层,不管使用哪种数据库,都可以用相同的函数(方法)来查询和获取数据,而且可以提高访问速度和有效防止SQL注入,从 PHP 5.1 开始附带了 PDO。(程序摘自php官网,多看php manual http://php.net/manual/zh/book.pdo. 阅读全文
posted @ 2016-04-17 00:34 jcuan 阅读(226) 评论(0) 推荐(0) 编辑