Arrays · push(@array, element) : add element or elements into the end of the array · $popped = pop(@array) : delete and return the last element of the array · $ ...
確定! 回上一頁