Home  >  Article  >  Backend Development  >  PHP调用CMD下令的函数(window)

PHP调用CMD下令的函数(window)

WBOY
WBOYOriginal
2016-06-13 11:00:191044browse

PHP调用CMD命令的函数(window)

$cmd = "php c:/a.php"; //路径必须用斜杠或者双反斜杠

?

system($cmd); //有输出

exec($cmd); //无输出

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn