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... Link to comment https://forums.phpfreaks.com/topic/9028-reference-by-variable-reference-by-function/ 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? Link to comment https://forums.phpfreaks.com/topic/9028-reference-by-variable-reference-by-function/#findComment-33292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.