Guest askjames01 Posted May 4, 2006 Share Posted May 4, 2006 ok, i know about referencing --> & and =& operators.but i want to make my understanding solid...so here it goes;[code]function myfunc(&$var); { more codes here... }[/code]ok i know the above function will reference the argument variable.[code]function &myfunc($var); { more codes here... }[/code]and this last function will reference itself. am i right?if you have more better explaination and examples of codes regarding this two references,please if possible share it to me... i know i already know them but i just want to make myunderstanding solid... -practice, practice, practice is the key to mastery.thanks n advance... Quote Link to comment Share on other sites More sharing options...
Guest askjames01 Posted May 4, 2006 Share Posted May 4, 2006 how about this [b]wildteen[/b] any good extra elaboration? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.