常用示例. 添加元素. <?php $stack = array("orange", "banana"); array_push($stack, "apple", "raspberry"); print_r($stack); ?>.
確定! 回上一頁