Posted by Christian Stadler on 03/16/05 04:18
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Eli schrieb:
> - ($cls instanceof ClassName) *requires* from ClassName to be declared,
> and generates a fatal error when ClassName is not declared.
How about
if (class_exists('ClassName') AND $cls instanceof ClassName)
{
...
}
Regards,
Christian Stadler
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCN5d09250Hcbf/3IRAjACAJ4nuKWyohEgv74Ycj/oXYn/7vWW7gCaAqm3
FV6CJd6Sz3+K4Ur4WlKRlcM=
=K8j5
-----END PGP SIGNATURE-----
Navigation:
[Reply to this message]
|