|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 09:00:02 2026 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);