array_push () treats array as a stack, and pushes the passed variables onto the end of array . ... <?php $array[] = $var; ?> repeated for each passed value.
確定! 回上一頁