摘要: 命令执行相关函数 system,exec,shell_exec,passthru,popen,proc_popen 1. system() 功能:执行外部命令并直接输出结果。 示例: system("ls -l /tmp"); 输出: total 0 -rw-r--r-- 1 www-data ww 阅读全文
posted @ 2025-05-27 23:26 Antoniiiia 阅读(52) 评论(0) 推荐(0)