Please answer this simple SPAM challenge: min(three, five)? (Example: nine)
well, if you call get_class() on an aliased class, you will get the original class name<?phpclass Person {}class_alias('Person', 'User');$me = new User;var_dump( get_class($me) ); // 'Person'?>
<< Back to user notes page