Which command is correct to add a sleep of 5 seconds in code execution code example Example: sleep php <?php sleep(4); echo "Done\n"; ?>