Example #1 Readline Callback Interface Example. <?php function rl_callback($ret) { global $c, $prompting; echo "You entered: $ret\n"; $c++; if ($c > 10) {
確定! 回上一頁