<?php // $re = DY\Shell::shell('ls', '-l'); // var_dump($re); $re = Dy\Shell::exec('python', "-c \"print('Hello world!')\""); var_dump($re);