Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

references and variables. Explaining the terms

https://www.experts-exchange.com/Programming/Languages/Scripting/PHP/A_12310-PHP-Variables-and-References.html

Is a great tutorial
which links to a good example
http://php.net/manual/en/language.oop5.references.php#101900

What are real world explanations for all the terms
references
variables
values
clones
ASKER CERTIFIED SOLUTION
Avatar of n2fc
n2fc
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What n2fc said!  Originally PHP was intended to be the "easiest programming language to learn," but the plain truth is that programming languages are formal and structural, and none of them are really easy to learn well.  Sometimes it's a matter of making numerous teaching examples, and experimenting with them over and over -- making small changes and observing the different behaviors.
Avatar of rgb192

ASKER

thanks for explaining terms.