Instead of using
function test($val)...
use: function test(&$val)...
(and note that $val don't change)
I think that using reference will save memory! Tell me if I'm right or wrong.
Thanks
| SitePoint Sponsor |





Instead of using
function test($val)...
use: function test(&$val)...
(and note that $val don't change)
I think that using reference will save memory! Tell me if I'm right or wrong.
Thanks
- Son Nguyen
AdSpeed.com - Ad Serving and Ad Management Made Easy





Holysmoke!!!
Sorry guy, just read the book and it's the contrast!!!
- Son Nguyen
AdSpeed.com - Ad Serving and Ad Management Made Easy
Bookmarks