Quote:
|
Originally Posted by Inverness
I do not believe that adding a period into the variable name will make any difference if its not in the leader or specifically an Object.
|
Oh really? Try this:
PHP Code:
blah.testing = 5;
blah.abc = "ABCDEFGHIJKLMNOP";
blah.weeobject = true;
echo(blah.getdynamicvarnames());