Content deleted Content added
m →ColdFusion: change link to first instance per MOS |
m →PHP |
||
Line 672:
=== PHP ===<!-- This section is linked from [[PHP]] -->
[[PHP]]'s built-in array type is in reality an associative array. Even when using numerical indexes, PHP internally stores it as an associative array.<ref>About the implementation of [http://se.php.net/manual/en/language.types.array.php Arrays] in PHP</ref> This is why one in PHP can have non-consecutive numerically indexed arrays. The keys have to be
An associative array can be declared using the following syntax:
|