A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by SmokyBarnable » Wed May 02, 2007 7:00 pm
Code: Select all
$array=array('a' => 1);
array_push():
Post by Z3RO21 » Wed May 02, 2007 7:03 pm
$array['b'] = 2;
Post by SmokyBarnable » Wed May 02, 2007 7:05 pm
Return to “PHP - Code”