Command Line Mode 的 Pause

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Command Line Mode 的 Pause

文章 yehlu »

http://blog.roga.tw/2010/09/command-lin ... %84-pause/

代碼: 選擇全部

<?php
    echo "Press enter to continue..." . PHP_EOL;
    fgets(STDIN); // length = 1
?>
回覆文章

回到「PHP」