a & before a function means?
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-04-10T21:58:46Z
Indexed on
2010/04/10
22:03 UTC
Read the original article
Hit count: 272
php
i know & is used to create references.
but i wonder what having a & before a function name means:
function &DB($params = '', $active_record_override = FALSE) { // code }
© Stack Overflow or respective owner