unit/test/php/time_exec/index.php

4 lines
62 B
PHP

<?php
echo 'time: ' . time();
echo 'exec: ' . exec('pwd');
?>