事件驱动,非阻塞式 I/O,其他的 ev/uv/eio 之类的想了解也可以看看
这是使用特定平台可用的最佳I / O通知机制有效地调度基于I / O,时间和信号的事件的扩展。这是libevent与PHP基础结构的移植。
请注意,*event-1.0.0*及更高版本与以前的版本不兼容
[https://pecl.php.net/package/event](https://pecl.php.net/package/event).
* [例子](https://www.php.net/manual/en/event.examples.php)
* [事件标志](https://www.php.net/manual/en/event.flags.php)
* [关于事件持久性](https://www.php.net/manual/en/event.persistence.php)
* [事件回调](https://www.php.net/manual/en/event.callbacks.php)
* [构造信号事件](https://www.php.net/manual/en/event.constructing.signal.events.php)
* [事件](https://www.php.net/manual/en/class.event.php)—事件类
* [Event ::](https://www.php.net/manual/en/event.add.php)add-使事件挂起
* [Event :: addSignal](https://www.php.net/manual/en/event.addsignal.php)—使信号事件挂起
* [Event :: addTimer](https://www.php.net/manual/en/event.addtimer.php)—使计时器事件挂起
* [Event :: \_\_ construct](https://www.php.net/manual/en/event.construct.php)—构造事件对象
* [Event :: del](https://www.php.net/manual/en/event.del.php)—使事件处于未决状态
* [Event :: delSignal](https://www.php.net/manual/en/event.delsignal.php)—使信号事件处于未决状态
* [Event :: delTimer](https://www.php.net/manual/en/event.deltimer.php)—使计时器事件处于未挂起状态
* [Event :: free](https://www.php.net/manual/en/event.free.php)—使事件成为非挂起事件,并为此事件分配空闲资源
* [Event :: getSupportedMethods](https://www.php.net/manual/en/event.getsupportedmethods.php)—返回具有此版本Libevent支持的方法名称的数组
* [Event :: pending](https://www.php.net/manual/en/event.pending.php)—检测事件是挂起还是已调度
* [Event :: set](https://www.php.net/manual/en/event.set.php)—重新配置事件
* [Event :: setPriority](https://www.php.net/manual/en/event.setpriority.php)—设置事件优先级
* [Event :: setTimer](https://www.php.net/manual/en/event.settimer.php)—重新配置计时器事件
* [Event :: signal](https://www.php.net/manual/en/event.signal.php)—构造信号事件对象
* [Event :: timer](https://www.php.net/manual/en/event.timer.php)—构造计时器事件对象
* [EventBase](https://www.php.net/manual/en/class.eventbase.php)— EventBase类
* [EventBase :: \_\_ construct](https://www.php.net/manual/en/eventbase.construct.php)—构造EventBase对象
* [EventBase :: dispatch](https://www.php.net/manual/en/eventbase.dispatch.php)—调度未决事件
* [EventBase :: exit](https://www.php.net/manual/en/eventbase.exit.php)—停止调度事件
* [EventBase :: free](https://www.php.net/manual/en/eventbase.free.php)—为此事件库分配的免费资源
* [EventBase :: getFeatures](https://www.php.net/manual/en/eventbase.getfeatures.php)—返回支持的功能的位掩码
* [EventBase :: getMethod](https://www.php.net/manual/en/eventbase.getmethod.php)—返回正在使用的事件方法
* [EventBase :: getTimeOfDayCached](https://www.php.net/manual/en/eventbase.gettimeofdaycached.php)—返回当前事件的基准时间
* [EventBase :: gotExit](https://www.php.net/manual/en/eventbase.gotexit.php)—检查是否告知事件循环退出
* [EventBase :: gotStop](https://www.php.net/manual/en/eventbase.gotstop.php)—检查是否告知事件循环退出
* [EventBase :: loop](https://www.php.net/manual/en/eventbase.loop.php)—调度未决事件
* [EventBase :: priorityInit](https://www.php.net/manual/en/eventbase.priorityinit.php)—设置每个事件库的优先级数量
* [EventBase :: reInit](https://www.php.net/manual/en/eventbase.reinit.php)—重新初始化事件库(在派生之后)
* [EventBase :: stop](https://www.php.net/manual/en/eventbase.stop.php)—告诉event\_base停止调度事件
* [EventBuffer](https://www.php.net/manual/en/class.eventbuffer.php)— EventBuffer类
* [EventBuffer :: add](https://www.php.net/manual/en/eventbuffer.add.php)—将数据追加到事件缓冲区的末尾
* [EventBuffer :: addBuffer](https://www.php.net/manual/en/eventbuffer.addbuffer.php)—将所有数据从提供的缓冲区移到EventBuffer的当前实例
* [EventBuffer :: appendFrom](https://www.php.net/manual/en/eventbuffer.appendfrom.php)—将指定数量的字节从源缓冲区移动到当前缓冲区的末尾
* [EventBuffer ::](https://www.php.net/manual/en/eventbuffer.construct.php)\_\_construct —构造EventBuffer对象
* [EventBuffer :: copyout](https://www.php.net/manual/en/eventbuffer.copyout.php)—从缓冲区的前面复制指定数量的字节
* [EventBuffer :: drain](https://www.php.net/manual/en/eventbuffer.drain.php)—从缓冲区的[开头](https://www.php.net/manual/en/eventbuffer.drain.php)删除指定数量的字节,而不将其复制到任何地方
* [EventBuffer :: enableLocking](https://www.php.net/manual/en/eventbuffer.enablelocking.php)—说明
* [EventBuffer :: expand](https://www.php.net/manual/en/eventbuffer.expand.php)—在缓冲区中保留空间
* [EventBuffer :: freeze](https://www.php.net/manual/en/eventbuffer.freeze.php)—阻止成功修改事件缓冲区的调用
* [EventBuffer :: lock](https://www.php.net/manual/en/eventbuffer.lock.php)—获取缓冲区锁定
* [EventBuffer :: prepend](https://www.php.net/manual/en/eventbuffer.prepend.php)—在缓冲区的前面添加数据
* [EventBuffer :: prependBuffer](https://www.php.net/manual/en/eventbuffer.prependbuffer.php)—将所有数据从源缓冲区移到当前缓冲区的前面
* [EventBuffer :: pullup](https://www.php.net/manual/en/eventbuffer.pullup.php)—线性化缓冲区中的数据并以字符串形式返回其内容
* [EventBuffer :: read](https://www.php.net/manual/en/eventbuffer.read.php)—从evbuffer读取数据并耗尽读取的字节
* [EventBuffer :: readFrom](https://www.php.net/manual/en/eventbuffer.readfrom.php)—从文件读取数据到缓冲区的末尾
* [EventBuffer :: readLine](https://www.php.net/manual/en/eventbuffer.readline.php)—从缓冲区的前面提取一行
* [EventBuffer :: search](https://www.php.net/manual/en/eventbuffer.search.php)—扫描缓冲区是否出现字符串
* [EventBuffer :: searchEol](https://www.php.net/manual/en/eventbuffer.searcheol.php)—扫描缓冲区是否出现行尾
* [EventBuffer :: substr](https://www.php.net/manual/en/eventbuffer.substr.php)—[减去](https://www.php.net/manual/en/eventbuffer.substr.php)缓冲区数据的一部分
* [EventBuffer :: unfreeze](https://www.php.net/manual/en/eventbuffer.unfreeze.php)—重新启用修改事件缓冲区的调用
* [EventBuffer :: unlock](https://www.php.net/manual/en/eventbuffer.unlock.php)—释放由EventBuffer :: lock获取的锁
* [EventBuffer :: write](https://www.php.net/manual/en/eventbuffer.write.php)—将缓冲区的内容[写入](https://www.php.net/manual/en/eventbuffer.write.php)文件或套接字
* [EventBufferEvent](https://www.php.net/manual/en/class.eventbufferevent.php)— EventBufferEvent类
* [EventBufferEvent :: close](https://www.php.net/manual/en/eventbufferevent.close.php)—关闭与当前缓冲区事件关联的文件描述符
* [EventBufferEvent :: connect](https://www.php.net/manual/en/eventbufferevent.connect.php)—将缓冲区事件的文件描述符连接到给定地址或UNIX套接字
* [EventBufferEvent :: connectHost](https://www.php.net/manual/en/eventbufferevent.connecthost.php)—使用可选的异步DNS解析连接到主机名
* [EventBufferEvent ::](https://www.php.net/manual/en/eventbufferevent.construct.php)\_\_construct —构造EventBufferEvent对象
* [EventBufferEvent :: createPair](https://www.php.net/manual/en/eventbufferevent.createpair.php)—创建两个相互连接的缓冲区事件
* [EventBufferEvent :: disable](https://www.php.net/manual/en/eventbufferevent.disable.php)—禁用对缓冲区事件的读取,写入或同时禁用事件
* [EventBufferEvent :: enable](https://www.php.net/manual/en/eventbufferevent.enable.php)—启用对缓冲区事件的读取,写入或两者兼有的事件
* [EventBufferEvent :: free](https://www.php.net/manual/en/eventbufferevent.free.php)—释放缓冲区事件
* [EventBufferEvent :: getDnsErrorString](https://www.php.net/manual/en/eventbufferevent.getdnserrorstring.php)—返回描述上一次失败的DNS查找尝试的字符串
* [EventBufferEvent :: getEnabled](https://www.php.net/manual/en/eventbufferevent.getenabled.php)—返回当前在缓冲区事件上启用的事件的位掩码
* [EventBufferEvent :: getInput](https://www.php.net/manual/en/eventbufferevent.getinput.php)—返回与当前缓冲区事件关联的基础输入缓冲区
* [EventBufferEvent :: getOutput](https://www.php.net/manual/en/eventbufferevent.getoutput.php)—返回与当前缓冲区事件关联的基础输出缓冲区
* [EventBufferEvent :: read](https://www.php.net/manual/en/eventbufferevent.read.php)—读取缓冲区的数据
* [EventBufferEvent :: readBuffer](https://www.php.net/manual/en/eventbufferevent.readbuffer.php)—[清空](https://www.php.net/manual/en/eventbufferevent.readbuffer.php)输入缓冲区的全部内容并将其放入buf
* [EventBufferEvent :: setCallbacks](https://www.php.net/manual/en/eventbufferevent.setcallbacks.php)—分配读,写和事件(状态)回调
* [EventBufferEvent :: setPriority](https://www.php.net/manual/en/eventbufferevent.setpriority.php)—为[缓冲区](https://www.php.net/manual/en/eventbufferevent.setpriority.php)事件分配优先级
* [EventBufferEvent :: setTimeouts](https://www.php.net/manual/en/eventbufferevent.settimeouts.php)—设置缓冲区事件的读写超时
* [EventBufferEvent :: setWatermark](https://www.php.net/manual/en/eventbufferevent.setwatermark.php)—调整读取和/或写入水印
* [EventBufferEvent :: sslError](https://www.php.net/manual/en/eventbufferevent.sslerror.php)—返回有关缓冲区事件报告的最新OpenSSL错误
* [EventBufferEvent :: sslFilter](https://www.php.net/manual/en/eventbufferevent.sslfilter.php)—创建一个新的SSL缓冲区事件以通过另一个缓冲区事件发送其数据
* [EventBufferEvent :: sslGetCipherInfo](https://www.php.net/manual/en/eventbufferevent.sslgetcipherinfo.php)—返回密码的文本描述
* [EventBufferEvent :: sslGetCipherName](https://www.php.net/manual/en/eventbufferevent.sslgetciphername.php)—返回SSL连接的当前密码名称
* [EventBufferEvent :: sslGetCipherVersion](https://www.php.net/manual/en/eventbufferevent.sslgetcipherversion.php)—返回当前SSL连接使用的密码版本
* [EventBufferEvent :: sslGetProtocol](https://www.php.net/manual/en/eventbufferevent.sslgetprotocol.php)—返回用于当前SSL连接的协议的名称
* [EventBufferEvent :: sslRenegotiate](https://www.php.net/manual/en/eventbufferevent.sslrenegotiate.php)—告诉bufferevent开始SSL重新协商
* [EventBufferEvent :: sslSocket](https://www.php.net/manual/en/eventbufferevent.sslsocket.php)—创建一个新的SSL缓冲区事件以通过套接字上的SSL发送其数据
* [EventBufferEvent :: write](https://www.php.net/manual/en/eventbufferevent.write.php)—将数据添加到缓冲区事件的输出缓冲区
* [EventBufferEvent :: writeBuffer](https://www.php.net/manual/en/eventbufferevent.writebuffer.php)—将整个缓冲区的内容添加到缓冲区事件的输出缓冲区
* [关于缓冲区事件回调](https://www.php.net/manual/en/eventbufferevent.about.callbacks.php)
* [EventConfig](https://www.php.net/manual/en/class.eventconfig.php)— EventConfig类
* [EventConfig :: avoidMethod](https://www.php.net/manual/en/eventconfig.avoidmethod.php)—告诉libevent避免特定的事件方法
* [EventConfig :: \_\_ construct](https://www.php.net/manual/en/eventconfig.construct.php)—构造EventConfig对象
* [EventConfig :: requireFeatures](https://www.php.net/manual/en/eventconfig.requirefeatures.php)—输入应用程序所需的必需事件方法功能
* [EventConfig :: setMaxDispatchInterval](https://www.php.net/manual/en/eventconfig.setmaxdispatchinterval.php)—防止优先级倒置
* [EventDnsBase](https://www.php.net/manual/en/class.eventdnsbase.php)— EventDnsBase类
* [EventDnsBase :: addNameserverIp](https://www.php.net/manual/en/eventdnsbase.addnameserverip.php)—将名称服务器添加到DNS基础
* [EventDnsBase :: addSearch](https://www.php.net/manual/en/eventdnsbase.addsearch.php)—将域添加到搜索域列表中
* [EventDnsBase :: clearSearch](https://www.php.net/manual/en/eventdnsbase.clearsearch.php)—删除所有当前的搜索后缀
* [EventDnsBase :: \_\_ construct](https://www.php.net/manual/en/eventdnsbase.construct.php)—构造EventDnsBase对象
* [EventDnsBase :: countNameservers](https://www.php.net/manual/en/eventdnsbase.countnameservers.php)—获取已配置名称服务器的数量
* [EventDnsBase :: loadHosts](https://www.php.net/manual/en/eventdnsbase.loadhosts.php)—从主机文件加载主机文件(格式与/ etc / hosts相同)
* [EventDnsBase :: parseResolvConf](https://www.php.net/manual/en/eventdnsbase.parseresolvconf.php)—扫描resolv.conf格式的文件
* [EventDnsBase :: setOption](https://www.php.net/manual/en/eventdnsbase.setoption.php)—设置配置选项的值
* [EventDnsBase :: setSearchNdots](https://www.php.net/manual/en/eventdnsbase.setsearchndots.php)—设置搜索的“ ndots”参数
* [EventHttp](https://www.php.net/manual/en/class.eventhttp.php)— EventHttp类
* [EventHttp :: accept](https://www.php.net/manual/en/eventhttp.accept.php)—使HTTP服务器接受指定套接字流或资源上的连接
* [EventHttp :: addServerAlias](https://www.php.net/manual/en/eventhttp.addserveralias.php)—将服务器别名添加到HTTP服务器对象
* [EventHttp :: bind](https://www.php.net/manual/en/eventhttp.bind.php)—在指定的地址和端口上绑定HTTP服务器
* [EventHttp :: \_\_ construct](https://www.php.net/manual/en/eventhttp.construct.php)—构造EventHttp对象(HTTP服务器)
* [EventHttp :: removeServerAlias](https://www.php.net/manual/en/eventhttp.removeserveralias.php)—删除服务器别名
* [EventHttp :: setAllowedMethods](https://www.php.net/manual/en/eventhttp.setallowedmethods.php)—设置此服务器接受的请求中支持的HTTP方法,并传递给用户回调
* [EventHttp :: setCallback](https://www.php.net/manual/en/eventhttp.setcallback.php)—为指定的URI设置回调
* [EventHttp :: setDefaultCallback](https://www.php.net/manual/en/eventhttp.setdefaultcallback.php)—设置默认回调以处理未被特定回调捕获的请求
* [EventHttp :: setMaxBodySize](https://www.php.net/manual/en/eventhttp.setmaxbodysize.php)—设置最大请求正文大小
* [EventHttp :: setMaxHeadersSize-](https://www.php.net/manual/en/eventhttp.setmaxheaderssize.php)设置最大HTTP标头大小
* [EventHttp :: setTimeout](https://www.php.net/manual/en/eventhttp.settimeout.php)—设置HTTP请求的超时
* [EventHttpConnection](https://www.php.net/manual/en/class.eventhttpconnection.php)— EventHttpConnection类
* [EventHttpConnection :: \_\_ construct](https://www.php.net/manual/en/eventhttpconnection.construct.php)—构造EventHttpConnection对象
* [EventHttpConnection :: getBase](https://www.php.net/manual/en/eventhttpconnection.getbase.php)—返回与连接关联的事件库
* [EventHttpConnection :: getPeer](https://www.php.net/manual/en/eventhttpconnection.getpeer.php)—获取与连接关联的远程地址和端口
* [EventHttpConnection :: makeRequest](https://www.php.net/manual/en/eventhttpconnection.makerequest.php)—通过指定的连接发出HTTP请求
* [EventHttpConnection :: setCloseCallback](https://www.php.net/manual/en/eventhttpconnection.setclosecallback.php)—设置关闭连接的回调
* [EventHttpConnection :: setLocalAddress](https://www.php.net/manual/en/eventhttpconnection.setlocaladdress.php)—设置用于建立HTTP连接的IP地址
* [EventHttpConnection :: setLocalPort](https://www.php.net/manual/en/eventhttpconnection.setlocalport.php)—设置用于建立连接的本地端口
* [EventHttpConnection :: setMaxBodySize](https://www.php.net/manual/en/eventhttpconnection.setmaxbodysize.php)—设置连接的最大正文大小
* [EventHttpConnection :: setMaxHeadersSize-](https://www.php.net/manual/en/eventhttpconnection.setmaxheaderssize.php)设置最大标头大小
* [EventHttpConnection :: setRetries](https://www.php.net/manual/en/eventhttpconnection.setretries.php)—设置连接的重试限制
* [EventHttpConnection :: setTimeout](https://www.php.net/manual/en/eventhttpconnection.settimeout.php)—设置连接超时
* [EventHttpRequest](https://www.php.net/manual/en/class.eventhttprequest.php)— EventHttpRequest类
* [EventHttpRequest :: addHeader](https://www.php.net/manual/en/eventhttprequest.addheader.php)—将HTTP标头添加到请求的标头中
* [EventHttpRequest :: cancel](https://www.php.net/manual/en/eventhttprequest.cancel.php)—取消挂起的HTTP请求
* [EventHttpRequest :: clearHeaders](https://www.php.net/manual/en/eventhttprequest.clearheaders.php)—从请求的标头列表中删除所有输出标头
* [EventHttpRequest :: closeConnection](https://www.php.net/manual/en/eventhttprequest.closeconnection.php)—关闭关联的HTTP连接
* [EventHttpRequest :: \_\_ construct](https://www.php.net/manual/en/eventhttprequest.construct.php)—构造EventHttpRequest对象
* [EventHttpRequest :: findHeader](https://www.php.net/manual/en/eventhttprequest.findheader.php)—查找属于标头的值
* [EventHttpRequest :: free](https://www.php.net/manual/en/eventhttprequest.free.php)—释放对象并删除关联的事件
* [EventHttpRequest :: getBufferEvent](https://www.php.net/manual/en/eventhttprequest.getbufferevent.php)—返回EventBufferEvent对象
* [EventHttpRequest :: getCommand](https://www.php.net/manual/en/eventhttprequest.getcommand.php)—返回请求命令(方法)
* [EventHttpRequest :: getConnection](https://www.php.net/manual/en/eventhttprequest.getconnection.php)—返回EventHttpConnection对象
* [EventHttpRequest :: getHost](https://www.php.net/manual/en/eventhttprequest.gethost.php)—返回请求主机
* [EventHttpRequest :: getInputBuffer](https://www.php.net/manual/en/eventhttprequest.getinputbuffer.php)—返回输入缓冲区
* [EventHttpRequest :: getInputHeaders](https://www.php.net/manual/en/eventhttprequest.getinputheaders.php)—返回输入标题的关联数组
* [EventHttpRequest :: getOutputBuffer](https://www.php.net/manual/en/eventhttprequest.getoutputbuffer.php)—返回请求的输出缓冲区
* [EventHttpRequest :: getOutputHeaders](https://www.php.net/manual/en/eventhttprequest.getoutputheaders.php)—返回输出标头的关联数组
* [EventHttpRequest :: getResponseCode](https://www.php.net/manual/en/eventhttprequest.getresponsecode.php)—返回响应代码
* [EventHttpRequest :: getUri](https://www.php.net/manual/en/eventhttprequest.geturi.php)—返回请求URI
* [EventHttpRequest :: removeHeader](https://www.php.net/manual/en/eventhttprequest.removeheader.php)—从请求的标头中删除HTTP标头
* [EventHttpRequest :: sendError](https://www.php.net/manual/en/eventhttprequest.senderror.php)—将HTML错误消息发送到客户端
* [EventHttpRequest :: sendReply-](https://www.php.net/manual/en/eventhttprequest.sendreply.php)向客户端发送HTML回复
* [EventHttpRequest :: sendReplyChunk-](https://www.php.net/manual/en/eventhttprequest.sendreplychunk.php)发送另一个数据块作为正在进行的分块答复的一部分
* [EventHttpRequest :: sendReplyEnd](https://www.php.net/manual/en/eventhttprequest.sendreplyend.php)—完成分块答复,并根据需要释放请求
* [EventHttpRequest :: sendReplyStart](https://www.php.net/manual/en/eventhttprequest.sendreplystart.php)—启动分块答复
* [EventListener](https://www.php.net/manual/en/class.eventlistener.php)— EventListener类
* [EventListener :: \_\_ construct](https://www.php.net/manual/en/eventlistener.construct.php)—创建与事件库关联的新连接侦听器
* [EventListener :: disable](https://www.php.net/manual/en/eventlistener.disable.php)—禁用事件连接侦听器对象
* [EventListener :: enable](https://www.php.net/manual/en/eventlistener.enable.php)—启用事件连接侦听器对象
* [EventListener :: getBase](https://www.php.net/manual/en/eventlistener.getbase.php)—返回与事件侦听器关联的事件库
* [EventListener :: getSocketName](https://www.php.net/manual/en/eventlistener.getsocketname.php)—获取侦听器的套接字绑定到的当前地址
* [EventListener :: setCallback](https://www.php.net/manual/en/eventlistener.setcallback.php)— setCallback的用途
* [EventListener :: setErrorCallback](https://www.php.net/manual/en/eventlistener.seterrorcallback.php)—设置事件侦听器的错误回调
* [EventSslContext](https://www.php.net/manual/en/class.eventsslcontext.php)— EventSslContext类
* [EventSslContext :: \_\_ construct](https://www.php.net/manual/en/eventsslcontext.construct.php)—构造用于事件类的OpenSSL上下文
* [EventUtil](https://www.php.net/manual/en/class.eventutil.php)— EventUtil类
* [EventUtil :: \_\_construct](https://www.php.net/manual/en/eventutil.construct.php)—抽象构造函数
* [EventUtil :: getLastSocketErrno](https://www.php.net/manual/en/eventutil.getlastsocketerrno.php)—返回最新的套接字错误号
* [EventUtil :: getLastSocketError](https://www.php.net/manual/en/eventutil.getlastsocketerror.php)—返回最新的套接字错误
* [EventUtil :: getSocketFd](https://www.php.net/manual/en/eventutil.getsocketfd.php)—返回套接字或流的数字文件描述符
* [EventUtil :: getSocketName](https://www.php.net/manual/en/eventutil.getsocketname.php)—获取套接字绑定到的当前地址
* [EventUtil :: setSocketOption](https://www.php.net/manual/en/eventutil.setsocketoption.php)—设置套接字选项
* [EventUtil :: sslRandPoll](https://www.php.net/manual/en/eventutil.sslrandpoll.php)—通过OpenSSL的RAND\_poll()生成熵
- php更新内容
- PHP PSR 标准规范
- 辅助查询(*)
- composer项目的创建
- composer安装及设置
- composer自动加载讲解
- phpsdudy的composer操作
- git
- Git代码同时上传到GitHub和Gitee(码云)
- Git - 多人协同开发利器,团队协作流程规范与注意事项
- 删除远程仓库的文件
- github查询方法
- 错误
- 其他
- php.ini
- php配置可修改范围
- php超时
- 防跨目录设置
- 函数可变参数
- 【时间】操作
- 时间函数例子
- Date/Time 函数(不包含别名函数)
- DateTime类别名函数
- 【数字】操作
- 【字符串】操作
- 【数组】操作
- 排序
- 合并案例
- empty、isset、is_null
- echo 输出bool值
- if真假情况
- 流程控制代替语法【if (条件): endif;】
- 三元运算
- 运算符优先级
- 常量
- define与const(php5.3) 类常量
- 递归
- 单元测试
- 面向对象
- 对象(object) 与 数组(array) 的转换
- php网络相关
- 支持的协议和封装协议(如http,php://input)
- php://协议
- file://协议
- http(s)://协议
- ftp(s)://协议
- zip://, bzip2://, zlib://协议
- data://协议
- glob://协议
- expect://协议
- phar://
- ssh2
- rar://
- ogg://
- 上下文(Context)选项和参数
- 过滤器
- http请求及模拟登录
- 常用的header头部定义汇总
- HTTP响应头和请求头信息对照表
- HTTP请求的返回值含义说明
- content-type对照表
- Cache-Control对照
- curl函数
- 防止页面刷新
- telnet模拟get、post请求
- 三种方式模拟表单发布留言
- 模拟登陆
- 防盗链
- php+mysql模拟队列发送邮件
- socket
- 使用websocket实现php消息实时推送完整示例
- streams
- Stream函数实现websocket
- swoole
- 网络编程基本概念
- 全局变量域超全局变量
- 超全局变量
- $_ENV :存储了一些系统的环境变量
- $_COOKIE
- $_SESSION
- $_FILES
- $_SERVER
- 正则
- php正则函数
- 去除文本中的html、xml的标签
- 特殊符号
- \r\n
- 模式修正符
- 分组
- 断言(环视?)
- 条件表达式
- 递归表达式 (?R)
- 固化分组
- 正则例子
- 提取类文件的公共方法
- 抓取网页内容
- 匹配中文字符
- 提取sql日志文件
- 框架
- 文件操作
- 自动加载spl_autoload_register
- 文件加载
- 文件的上传下载
- 常见的mimi类型
- 文件断点续传
- 下载文件防盗链
- 破解防盗链
- 将字节转为人可读的单位
- 无限分类
- 短信验证码
- 短信宝
- 视频分段加载
- 隐藏地址
- MPEG DASH视频分片技术
- phpDoc注释
- @错误抑制符
- 字符编码
- PHP CLI模式开发
- CGI、FastCGI和PHP-FPM关系图解
- No input file specified的解决方法
- SAPI(PHP常见的四种运行模式)
- assert断言
- 轮询(Event Loop)
- 异常处理
- 异常分类
- php系统异常
- 错误级别
- set_error_handler
- set_exception_handler
- register_shutdown_function
- try catch
- tp5异常处理类解析
- 文件上传相关设置
- 进程/线程/协程
- 协程
- 什么是协程
- 引用&
- Heredoc和Nowdoc语法
- 类基础
- 系统预定义类
- pdo
- 类的三大特性:封装,继承,多态
- 魔术方法
- extends继承
- abstract 抽象类
- interface 接口(需要implements实现)
- 抽象类和接口的区别
- 多态
- static
- final
- serialize与unserialize
- instanceof 判断后代子类
- 类型约束
- clone克隆
- ::的用法
- static::class、self::class
- new self()与new static()
- this、self、static、parent、super
- self、static、parent:后期静态绑定
- PHP的静态变量
- php导入
- trait
- 动态调用类方法
- 参数及类型申明
- 方法的重载覆盖
- return $a && $b
- 类型声明
- 设计思想
- 依赖注入与依赖倒置
- MVC模式与模板引擎
- 模版引擎
- smarty模版
- 系统变量、全局变量
- 语言切换
- 函数-给函数默认值
- 流程控制-遍历
- 模版加载
- 模版继承
- blade
- twig
- Plates
- 创建型模式(创建类对象)--单原二厂建
- (*)单例模式(保证一个类仅有一个实例)
- (*)工厂模式(自动实例化想要的类)
- 原型模式(在指定方法里克隆this)
- 创建者模式(建造者类组装近似类属性)
- 结构型模式 --桥(帮)组享外带装适
- 适配器模式(Adapter 用于接口兼容)
- 桥接模式(方法相同的不同类之间的快速切换)
- 装饰模式(动态增加类对象的功能 如游戏角色的装备)
- 组合模式(用于生成类似DOMDocument这种节点类)
- 外观模式(门面(Facade)模式 不同类的统一调用)
- 享元模式
- 代理模式
- 行为型模式--观摩职命状-备爹在房中洁厕
- (*)观察者模式
- (*)迭代器模式(Iterator)
- 模板方法模式 Template
- 命令模式(Command)
- 中介者模式(Mediator)
- 状态模式(State)
- 职责链模式 (Chainof Responsibility)
- 策略模式(Strategy)
- 已知模式-备忘录模式(Memento)
- 深度模式-解释器模式(Interpreter)
- 深度模式-访问者模式(Visitor)
- (*)注册树(注射器、注册表)模式
- PHP扩展库列表
- 函数参考
- 影响 PHP 行为的扩展
- APC扩展(过时)
- APCu扩展
- APD扩展(过时)
- bcompiler扩展(过时)
- BLENC扩展 (代码加密 实验型)
- Componere扩展(7.1+)
- Componere\Definition
- Componere\Patch
- Componere \ Method
- Componere\Value
- Componere函数
- 错误处理扩展(PHP 核心)
- FFI扩展
- 基本FFI用法
- FFI api
- htscanner扩展
- inclued扩展
- Memtrack扩展
- OPcache扩展(5.5.0内部集成)
- Output Control扩展(核心)
- PHP Options/Info扩展(核心)
- 选项、 信息函数
- phpdbg扩展(5.6+内部集成)
- runkit扩展
- runkit7扩展
- scream扩展
- uopz扩展
- Weakref扩展
- WeakRef
- WeakMap
- WinCache扩展
- Xhprof扩展
- Yac(7.0+)
- 音频格式操作
- ID3
- KTaglib
- oggvorbis
- OpenAL
- 身份认证服务
- KADM5
- Radius
- 针对命令行的扩展
- Ncurses(暂无人维护)
- Newt(暂无人维护)
- Readline
- 压缩与归档扩展
- Bzip2
- LZF
- Phar
- Rar
- Zip
- Zlib
- 信用卡处理
- 加密扩展
- Crack(停止维护)
- CSPRNG(核心)
- Hash扩展(4.2内置默认开启、7.4核心)
- Mcrypt(7.2移除)
- Mhash(过时)
- OpenSSL(*)
- 密码散列算法(核心)
- Sodium(+)
- 数据库扩展
- 数据库抽象层
- DBA
- dbx
- ODBC
- PDO(*)
- 针对各数据库系统对应的扩展
- CUBRID
- DB++(实验性)
- dBase
- filePro
- Firebird/InterBase
- FrontBase
- IBM DB2
- Informix
- Ingres
- MaxDB
- Mongo(MongoDB老版本)
- MongoDB
- mSQL
- Mssql
- MySQL
- OCI8(Oracle OCI8)
- Paradox
- PostgreSQL
- SQLite
- SQLite3
- SQLSRV(SQL Server)
- Sybase
- tokyo_tyrant
- 日期与时间相关扩展
- Calendar
- 日期/时间(核心)
- HRTime(*)
- 文件系统相关扩展
- Direct IO
- 目录(核心)
- Fileinfo(内置)
- 文件系统(核心)
- Inotify
- Mimetype(过时)
- Phdfs
- Proctitle
- xattr
- xdiff
- 国际化与字符编码支持
- Enchant
- FriBiDi
- Gender
- Gettext
- iconv(内置默认开启)
- intl
- 多字节字符串(mbstring)
- Pspell
- Recode(将要过时)
- 图像生成和处理
- Cairo
- Exif
- GD(内置)
- Gmagick
- ImageMagick
- 邮件相关扩展
- Cyrus
- IMAP
- Mail(核心)
- Mailparse
- vpopmail(实验性 )
- 数学扩展
- BC Math
- GMP
- Lapack
- Math(核心)
- Statistics
- Trader
- 非文本内容的 MIME 输出
- FDF
- GnuPG
- haru(实验性)
- Ming(实验性)
- wkhtmltox(*)
- PS
- RPM Reader(停止维护)
- RpmInfo
- XLSWriter Excel操作(*)
- php第三方库非扩展
- 进程控制扩展
- Eio
- Ev
- Expect
- Libevent
- PCNTL
- POSIX
- 程序执行扩展(核心)
- parallel
- pthreads(*)
- pht
- Semaphore
- Shared Memory
- Sync
- 其它基本扩展
- FANN
- GeoIP(*)
- JSON(内置)
- Judy
- Lua
- LuaSandbox
- Misc(核心)
- Parsekit
- SeasLog(-)
- SPL(核心)
- SPL Types(实验性)
- Streams(核心)
- stream_wrapper_register
- stream_register_wrapper(同上别名)
- stream_context_create
- stream_socket_client
- stream_socket_server
- stream_socket_accept
- stream_socket_recvfrom
- stream_socket_sendto
- Swoole(*)
- Tidy扩展
- Tokenizer
- URLs(核心)
- V8js(*)
- Yaml
- Yaf
- Yaconf(核心)
- Taint(检测xss字符串等)
- Data Structures
- Igbinary(7.0+)
- 其它服务
- 网络(核心)
- Sockets
- socket_create
- socket_bind(服务端即用于监听的套接字)
- socket_listen(服务端)
- socket_accept(服务端)
- socket_connect(客户端)
- socket_read
- socket_recv(类似socket_read)
- socket_write
- socket_send
- socket_close
- socket_select
- socket_getpeername
- socket_getsockname
- socket_get_option
- socket_getopt(socket_get_option的别名)
- socket_set_option
- socket_setopt( socket_set_option的别名)
- socket_recvfrom
- socket_sendto
- socket_addrinfo_bind
- socket_addrinfo_connect
- socket_addrinfo_explain
- socket_addrinfo_lookup
- socket_clear_error
- socket_last_error
- socket_strerror
- socket_cmsg_space
- socket_create_listen
- socket_create_pair
- socket_export_stream
- socket_import_stream
- socket_recvmsg
- socket_sendmsg
- socket_set_block
- socket_set_nonblock
- socket_shutdown
- socket_wsaprotocol_info_export
- socket_wsaprotocol_info_import
- socket_wsaprotocol_info_release
- cURL(*)
- curl_setopt
- Event(*)
- chdb
- FAM
- FTP
- Gearman
- Gopher
- Gupnp
- Hyperwave API(过时)
- LDAP(+)
- Memcache
- Memcached(+)
- mqseries
- RRD
- SAM
- ScoutAPM
- SNMP
- SSH2
- Stomp
- SVM
- SVN(试验性的)
- TCP扩展
- Varnish
- YAZ
- YP/NIS
- 0MQ(ZeroMQ、ZMQ)消息系统
- 0mq例子
- ZooKeeper
- 搜索引擎扩展
- mnoGoSearch
- Solr
- Sphinx
- Swish(实验性)
- 针对服务器的扩展
- Apache
- FastCGI 进程管理器
- IIS
- NSAPI
- Session 扩展
- Msession
- Sessions
- Session PgSQL
- 文本处理
- BBCode
- CommonMark(markdown解析)
- cmark函数
- cmark类
- Parser
- CQL
- IVisitor接口
- Node基类与接口
- Document
- Heading(#)
- Paragraph
- BlockQuote
- BulletList
- OrderedList
- Item
- Text
- Strong
- Emphasis
- ThematicBreak
- SoftBreak
- LineBreak
- Code
- CodeBlock
- HTMLBlock
- HTMLInline
- Image
- Link
- CustomBlock
- CustomInline
- Parle
- 类函数
- PCRE( 核心)
- POSIX Regex
- ssdeep
- 字符串(核心)
- 变量与类型相关扩展
- 数组(核心)
- 类/对象(核心)
- Classkit(未维护)
- Ctype
- Filter扩展
- 过滤器函数
- 函数处理(核心)
- quickhash扩展
- 反射扩展(核心)
- Variable handling(核心)
- Web 服务
- OAuth
- api
- 例子:
- SCA(实验性)
- SOAP
- Yar
- XML-RPC(实验性)
- Windows 专用扩展
- COM
- 额外补充:Wscript
- win32service
- win32ps(停止更新且被移除)
- XML 操作(也可以是html)
- libxml(内置 默认开启)
- DOM(内置,默认开启)
- xml介绍
- 扩展类与函数
- DOMNode
- DOMDocument(最重要)
- DOMAttr
- DOMCharacterData
- DOMText(文本节点)
- DOMCdataSection
- DOMComment(节点注释)
- DOMDocumentFragment
- DOMDocumentType
- DOMElement
- DOMEntity
- DOMEntityReference
- DOMNotation
- DOMProcessingInstruction
- DOMXPath
- DOMException
- DOMImplementation
- DOMNamedNodeMap
- DOMNodeList
- SimpleXML(内置,5.12+默认开启)
- XMLReader(5.1+内置默认开启 用于处理大型XML文档)
- XMLWriter(5.1+内置默认开启 处理大型XML文档)
- SDO(停止维护)
- SDO-DAS-Relational(试验性的)
- SDO DAS XML
- WDDX
- XMLDiff
- XML 解析器(Expat 解析器 默认开启)
- XSL(内置)
- 图形用户界面(GUI) 扩展
- UI
- PHP SPL(PHP 标准库)
- 数据结构
- SplDoublyLinkedList(双向链表)
- SplStack(栈 先进后出)
- SplQueue(队列)
- SplHeap(堆)
- SplMaxHeap(最大堆)
- SplMinHeap(最小堆)
- SplPriorityQueue(堆之优先队列)
- SplFixedArray(阵列【数组】)
- SplObjectStorage(映射【对象存储】)
- 迭代器
- ArrayIterator
- RecursiveArrayIterator(支持递归)
- DirectoryIterator类
- FilesystemIterator
- GlobIterator
- RecursiveDirectoryIterator
- EmptyIterator
- IteratorIterator
- AppendIterator
- CachingIterator
- RecursiveCachingIterator
- FilterIterator(遍历并过滤出不想要的值)
- CallbackFilterIterator
- RecursiveCallbackFilterIterator
- RecursiveFilterIterator
- ParentIterator
- RegexIterator
- RecursiveRegexIterator
- InfiniteIterator
- LimitIterator
- NoRewindIterator
- MultipleIterator
- RecursiveIteratorIterator
- RecursiveTreeIterator
- 文件处理
- SplFileInfo
- SplFileObject
- SplTempFileObject
- 接口 interface
- Countable
- OuterIterator
- RecursiveIterator
- SeekableIterator
- 异常
- 各种类及接口
- SplSubject
- SplObserver
- ArrayObject(将数组作为对象操作)
- SPL 函数
- 预定义接口
- Traversable(遍历)接口
- Iterator(迭代器)接口
- IteratorAggregate(聚合式迭代器)接口
- ArrayAccess(数组式访问)接口
- Serializable 序列化接口
- JsonSerializable
- Closure 匿名函数(闭包)类
- Generator生成器类
- 生成器(php5.5+)
- yield
- 反射
- 一、反射(reflection)类
- 二、Reflector 接口
- ReflectionClass 类报告了一个类的有关信息。
- ReflectionObject 类报告了一个对象(object)的相关信息。
- ReflectionFunctionAbstract
- ReflectionMethod 类报告了一个方法的有关信息
- ReflectionFunction 类报告了一个函数的有关信息。
- ReflectionParameter 获取函数或方法参数的相关信息
- ReflectionProperty 类报告了类的属性的相关信息。
- ReflectionClassConstant类报告有关类常量的信息。
- ReflectionZendExtension 类返回Zend扩展相关信息
- ReflectionExtension 报告了一个扩展(extension)的有关信息。
- 三、ReflectionGenerator类用于获取生成器的信息
- 四、ReflectionType 类用于获取函数、类方法的参数或者返回值的类型。
- 五、反射的应用场景
- phpRedis
- API
- API详细
- redis DB 概念:
- 通用命令:rawCommand
- Connection
- Server
- List
- Set
- Zset
- Hash
- string
- Keys
- 事物
- 发布订阅
- 流streams
- Geocoding 地理位置
- lua脚本
- Introspection 自我检测
- biMap
- 原生
- php-redis 操作类 封装
- redis 队列解决秒杀解决超卖:
- swoole+框架笔记
- 安装及常用Cli操作
- TCP
- 4种回调函数的写法
- easyswoole
- 目录结构
- 配置文件
- Linux+Nginx
- 前置
- linux
- 开源网站镜像及修改yum源
- 下载linux
- Liunx中安装PHP7.4 的三种方法(Centos8)
- yum安装
- 源码编译安装
- LNMP一键安装
- 查看linux版本号
- 设置全局环境变量
- 查看php.ini必须存放的位置
- 防火墙与端口开放
- nohup 后台运行命令
- linux 查看nginx,php-fpm运行用户及用户组
- 网络配置
- CentOS中执行yum update时报错
- 关闭防火墙
- 查看端口是否被占用
- 查看文件夹大小
- nginx相关
- 一个典型的nginx配置
- nginx关于多个项目的配置(易于管理)
- nginx.config配置文件的结构
- 1、events
- 2、http
- nginx的location配置详解
- Nginx相关命令
- Nginx安装
- 配置伪静态
- 为静态配置例子
- apache
- nginx
- pathinfo模式
- Shell脚本
- bash
- shell 语言中 0 代表 true,0 以外的值代表 false。
- 变量
- shell字符串
- shell数组
- shell注释
- 向Shell脚内传递参数
- 运算符
- 显示命令执行结果
- printf
- test 命令
- 流程控制与循环
- if
- case
- for
- while
- until
- break和continue
- select 结构
- shell函数
- shell函数的全局变量和局部变量
- 将shell输出写入文件中(输出重定向)
- Shell脚本中调用另一个Shell脚本的三种方式
- 定时任务
- PHP实现定时任务的五种方法
- 优化
- ab压力测试
- 缓存
- opcache
- memcache
- php操作
- 数据库
- 配置
- 数据库锁机制
- 主从分布
- 数据库设计
- 逻辑设计
- 物理设计
- 字段类型的选择
- 笔记
- SET FOREIGN_KEY_CHECKS
- 字符集与乱码
- SQL插入 去除重复记录的实现
- 分区表
- nginx 主从配置
- nginx 负载均衡的配置
- 手动搭建Redis集群和MySQL主从同步(非Docker)
- Redis Cluster集群
- mysql主从同步
- 用安卓手机搭建 web 服务器
- 软件选择
- url重写
- 大流量高并发解决方案
- 权限设计
- ACL
- RBAC
- RBAC0
- RBAC1(角色上下级分层)
- RBAC2(用户角色限约束)
- RBAC3
- 例子
- Rbac.class.php
- Rbac2
- Auth.class.php
- fastadmin Auth
- tree1
- ABAC 基于属性的访问控制
- 总结:SAAS后台权限设计案例分析
- casbin-权限管理框架
- 开始使用
- casbinAPI
- casbin管理API
- RBAC API
- Think-Casbin
- 单点登录(SSO)
- OAuth授权
- OAuth 2.0 的四种方式
- 授权码
- 隐藏式
- 密码式
- 凭证式
- 更新令牌
- 例子:第三方登录
- 微服务架构下的统一身份认证和授权
- 代码审计
- 漏洞挖掘的思路
- 命令注入
- 代码注入
- XSS 反射型漏洞
- XSS 存储型漏洞
- xss过滤
- HTML Purifier文档
- 开始
- id规则
- class规则
- 过滤分类
- Attr
- AutoFormat
- CSS
- Cache
- Core
- Filter
- html
- Output
- Test
- URI
- 其他
- 嵌入YouTube视频
- 加快HTML净化器的速度
- 字符集
- 定制
- Tidy
- URI过滤器
- 在线测试
- xss例子
- 本地包含与远程包含
- sql注入
- 函数
- 注释
- 步骤
- information_schema
- sql注入的分类
- 实战
- 防御
- CSRF 跨站请求伪造
- 计动态函数执行与匿名函数执行
- unserialize反序列化漏洞
- 覆盖变量漏洞
- 文件管理漏洞
- 文件上传漏洞
- 跳过登录
- URL编码对照表
- XXE
- 前端、移动端
- html5
- meta标签
- flex布局
- javascript
- jquery
- 选择器
- 精细分类
- 事件
- on事件无效:
- jquery自定义事件
- 表单操作
- 通用
- select
- checkbox
- radio
- js正则相关
- js中判断某字符串含有某字符出现的次数
- js匹配指定字符
- $.getjson方法配合在url上传递callback=?参数,实现跨域
- pajax入门
- jquery的extend插件制作
- jquery的兼容
- jquery的连续调用:
- $ 和 jQuery 及 $() 的区别
- 页面响应顺序及$(function(){})等使用
- 匿名函数:
- ajax
- 获取js对象所有方法
- dom加载
- ES6函数写法
- ES6中如何导入和导出模块
- 数组的 交集 差集 补集 并集
- phantomjs
- js数组的map()方法操作json数组
- 实用函数
- js精确计算CalcEval 【价格计算】 浮点计算
- js精确计算2
- js数组与对象的遍历
- bootstrap
- class速查
- 常见data属性
- data-toggle与data-target的作用
- 组件
- bootstrapTable
- 表选项
- 表选项2
- 示例
- 数据格式(json)
- 用法(row:行,column:列)
- Bootstrap-table使用footerFormatter做统计列功能
- 示例2
- JQuery-Jquery的TreeGrid插件
- 服务器端分页
- 合并单元格1
- 合并单元格2
- 合并单元格3
- 合并单元格4
- 合并单元格5(插件)
- 列求和
- 添加行,修改行、扩展行数据
- 扩展
- 开源项目
- PhpSpreadsheet
- 实例
- 会员 数据库表设计
- 程序执行
- 开发总结
- API接口
- API接口设计
- json转化
- app接口
- 杂项
- 三方插件库
- 检测移动设备(包括平板电脑)
- curl封装
- Websocket
- 与谷歌浏览器交互
- Crontab管理器
- 实用小函数
- PHP操作Excel
- SSL证书
- sublime Emmet的快捷语法
- 免费翻译接口
- 接口封装
- 免费空间
- 架构师必须知道的26项PHP安全实践
- 大佬博客
- 个人支付平台
- RPC(远程调用)及框架