Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はphpが初めてで、phpを使用してディレクトリを開く方法を知りたいです。次のコードを試しましたが、何も起こりませんでした
exec('nautilus /home/'); exec('sudo nautilus /home/'); $command='nautilus /home/'; system($command);
私はCentos 6.4を使用しています
opendir() php 関数を試してください。