> In the code below what does the & (ampersand) at the beginning of the
> function name do?
> function &ADONewConnection($db='')

Returns the value by reference.

Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to