On Friday 08 November 2002 02:35, R B wrote:
> And when i call the myTestFunction function, i have to put & in the
> variable?
>
> ex:
> function myTestFunction(&$x) {
>     ........ funtion stuff here
> }
>
> myTestFunction(&$x)

No.

> or
>
> myTestFunction($x)  ?

Yes.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
A great empire, like a great cake, is most easily diminished at the edges.
                -- B. Franklin
*/


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

Reply via email to