3:28am PT, Tuesday May 22

Category

Archive for the '' Category

Short Array Syntax for PHP - Brian Moon

So, I was asked in IRC today about the proposed short array syntax for PHP. For those that don’t know, I mean the same syntax that other languages (javascript, perl, python, ruby) all have. Currently in PHP we have this:
$var = array(1,2,3);
The proposed additional syntax is:
$var = [1,2,3];
So, I voted +1 for this […]

Popularity: unranked [?]

Maarten Balliauw’s Blog: Generic arrays in PHP


Popularity: 1% [?]

Felix Geisendorfer’s Blog: Model::save() now returns an array!


Popularity: unranked [?]

DevShed: Fetching Search Results as Serialized Arrays with Yahoo Web Services and PHP 5


Popularity: unranked [?]