interesting things that can be done with stdclass
$t = new stdClass(); // eg. use it as a dummy class - for use in
sessions???- guarenteed to work..
$b = (object) array("aa"=>"bb"); // creates $b as a class - type stdClass
not sure where/how to use *OverloadedTestClass
regards
alan
*
Jan Lehnardt wrote:
>Hi,
>I am going to add a manual section about predeclared classes. According
>to http://php.net/manual/de/function.get-declared-classes.php there
>three of them. Can these be used in userspace? What is ther purpose?
>Directory for the dir() funcion is obvious, but the other ones? Can a
>developer give a statement on that?
>
>Thank You.
>
>Jan
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]