[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/netkiller/netkiller.github.io/master/php/php.array.html [Back]  [Original]

4Array
Home | Mirror | SearchITEYE | OSChina | 51CTO
q:

4Array

4.1.
4.2.

4.1.

$a[]="a1";
$a[]="a2";
$a[]="a3";
print_r($a);
unset($a[1]);
print_r($a);
		
comments powered by Disqus

Web Proxy Viewer  |  New URL  |  Original Page