Informative Blog for Technologies, Business Listing
This blog for Knowledge Sharing.
Banner
Monday, 2 February 2015
Function array dereferencing is added in PHP 5.4
<?php
function animals () {
return array('t' => 'tiger', 'd' => 'deer');
}
echo animals()['t']; // prints tiger
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment