Quick actions

cmd+k|ctrl+k

Navigation

Languages

test_shell_exec

Snippet info

Language

Php

Visibility

public

Author

fenghestudio

Created

2019-09-14T10:37:34Z

Updated

2019-09-14T10:37:34Z

<?php

$output = shell_exec('ls -lart');

echo "<
pre>
$output<
/pre>";

?>
INFO