Re: [PHP] References: & in front of functionnames

2001-08-03 Thread Tim
The function return value is by reference. http://www.php.net/manual/en/language.references.php - Tim > Ex. in DB/standard.php; function &db_fetchall($args=array()){ ... > > I've seen and used the pass by reference syntax on function parameters but > not on functionnames. > What effect does re

[PHP] References: & in front of functionnames

2001-08-03 Thread Rolf Rensaa
Hello. I've read a book, PHP DEVELOPER'S COOKBOOK, with great interest and it's a great contribution to my bookcollection :-) There is something I would like to know thoughI have searched through all my books and sites on PHP, but didn't find the answer In chapter 16 (Creating a Database