<?php $arr = array("foo" => "bar", 12 => true); echo $arr["foo"]; // bar echo $arr[12]; // 1 ?>
Copyright © 2009 - 2011 Cimes All rights reserved | Powered by CMS Status-X v1.04