风雪之隅
左手代码右手诗
风雪之隅 @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 #扩展开发
使用exit(-1)为什么得到255退出码?
今天有人在微博上问了一个问题, 使用: ``` string exec ( string $command [, array &$output [, int &$return_var ]] ) ``` 调用一个程序, 程序退出-1, 但是PHP得到的...