|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-01 12:05 UTC] sven at devcon dot net
[2002-07-03 20:25 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 09:00:01 2025 UTC |
is_a() behaves like return get_class($object) == strtolower($class); but should behave like return get_class($object) == strtolower($class) || is_subclass_of($object, $class);