<?php. $input = 'foo';. while(!empty($input)) {. fwrite(STDOUT, "Enter something: ");. $input = trim(fgets(STDIN));. fwrite(STDOUT, "\nYou entered: ...
確定! 回上一頁