文件名称:Plus:纯PHP中的异步IO环境
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-06 15:13:30
PHP
加 纯PHP的异步I/O环境,也就是纯PHP的微nodejs实现 例子: 使用新的 HTTPD 类的简单 HTTP 服务器 include "Plus.php" ; use Plus \ Frame ; $ frame = new Frame ; $ httpd = $ frame -> httpd (); $ httpd -> createServer ( function ( $ request , $ response ) { $ response -> writeHead ( 200 , [ "Content-Type" => "text/html" ]); $ response -> write ( "<!DOCTYPE 'html'>" ); $
【文件预览】:
Plus-master
----Plus.php(37KB)
----wiki.html(23KB)
----LICENSE(1KB)
----README.md(1KB)