FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » What is the purpose of "&" in this code?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
What is the purpose of "&" in this code? [message #186110] Sat, 14 June 2014 15:08 Go to previous message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma:
Senior Member
foreach($master as &$ma)
$tmp[] = &$ma["date"];
array_multisort($tmp, $master);
foreach($master as &$ma)
echo $ma["date"]."<br/>";
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: function for preserving special characters?
Next Topic: How to loop through the dates?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun May 19 06:26:53 GMT 2024

Total time taken to generate the page: 0.05077 seconds