风雪之隅
左手代码右手诗
风雪之隅 @qq52ome · 注册于 2026-09-18 · 298 博文 · 0 帖子 · 0 回复
博文 (298) 帖子 (0)
全部 AI Coding PHP Extension PHP应用 随笔 PHP8 GNU C/C++ PHP7 转载 MySQL/PostgreSQL PHP源码分析 Linux/Unix Js/CSS #PHP #javascript #Yaf #Zend/PHP #PHP7 #PHP5.4新特性 #php源码分析 #PHP extension #性能 #apc #Apache #core #bug #Extension #php原理 #Performance #PHP8 #PHP5.4 #mysql #php源码 #nginx #session #PHP应用 #SAPI #opcache #taint #PHP扩展 #curl #charset #扩展开发
使用PHP Socket开发Yar TCP服务
Yar支持HTTP和TCP俩种Transporter, HTTP的是基于CURL,PHP中的Yar默认就是走的HTTP Transporter, 这个大家应该都不陌生, 但是基于TCP的, 可能大家会用的少一些。 事...