gpt4 book ai didi

PHP 初学者 : Is using the exec command standard practice?

转载 作者:可可西里 更新时间:2023-10-31 22:59:24 27 4
gpt4 key购买 nike

我刚刚开始使用 php。我只是好奇是否有更好的方法来做到这一点。这会在与该脚本相同的文件夹中显示我的所有脚本。

我不确定使用 exec 命令是否标准。它似乎不太便携。

<html>
<head>
<title>My PHP Practice Scripts</title>
</head>

<body>
<center><h1>PHP Scripts</h1></center>
<?php
exec("ls -1 *.php", $output);

foreach ($output as &$tmp){
echo "<a href=\"$tmp\">$tmp</a><br>";
}
?>
</body>
</html>

最佳答案

有这样操作的目录函数:http://www.php.net/manual/en/ref.dir.php

关于PHP 初学者 : Is using the exec command standard practice?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4000403/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com