Mega Code Archive
Categories
/
Php
/
Data Type
Push one or more elements onto the end of array
$stack = array (1, 2); array_push($stack, "+", 3); ?>