It return all the values of an array. Example. <?php echo “<pre>”; $array = array(“PHP”, “ASP”); print_r(array_values($array));
確定! 回上一頁