Values are returned by using the optional return statement. Any type may be returned, ... <?php function small_numbers() { return array (0, 1, 2); }
確定! 回上一頁