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 reference (&) have when used in front of the functionname??
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]