我一直在努力实施关于中西斯的《加拿大法典》:
<?php
$command = "diff file1 file2 > file3";
exec($command, $output, $error_code);
if ($error_code != 0) {
echo "Error: $error_code";
}
?>
它总是赞同“错误:1”。 http://www.pegasoft.ca/resources/boblap/99_b.html” rel=“nofollow”http://www.pegasoft.ca/resources/boblap/99_b.html。 它看像牙齿没有许可做某些事情吗? 我如何确定这一点?