&$ in functions
- From: Niels Lange <codenex@xxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 01:13:05 -0800 (PST)
Hi guys,
at present I´m editing some old scripts from a colleague from mine. In
one function I fund something I didn´t understand. The function looks
like:
function foobar(&$val, $key = ' ')
{
...
}
Could anyone tell me what the &$ stands for? I tried to find some
informations in Google. But it is really difficult to find some
informations by using "php + &$" as a search string.
Thanks
.
- Follow-Ups:
- Re: &$ in functions
- From: Kim André Akerø
- Re: &$ in functions
- From: Erwin Moller
- Re: &$ in functions
- Prev by Date: Re: &$ in functions
- Next by Date: Re: &$ in functions
- Previous by thread: How to get PHP function status?
- Next by thread: Re: &$ in functions
- Index(es):
Relevant Pages
|