随笔分类 -  php

摘要:关于进程和线程,想要了解一个东西,必须知道ta的历史(产生的原因) 发展的过程。 传送门 https://blog.csdn.net/weixin_41247813/article/details/81603445 阅读全文
posted @ 2019-06-12 22:47 巴达克 阅读(75) 评论(0) 推荐(0) 编辑
摘要:RewriteEngine on RewriteCond %{REQUEST_FILENAME} ! d RewriteCond %{REQUEST_FILENAME} ! f RewriteRule ^(. )$ index.php [L,E=PATH_INFO:$1] 阅读全文
posted @ 2018-10-10 17:02 巴达克 阅读(1385) 评论(0) 推荐(0) 编辑
摘要:php实现Iterator接口 对手册中的案例进行分析 class myIterator implements Iterator { private $position = 0; private $array = array( "firstelement",//7、遍历第一个元素 "secondel 阅读全文
posted @ 2018-03-07 19:52 巴达克 阅读(163) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示