Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13465 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39824 invoked by uid 1010); 22 Oct 2004 14:14:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39796 invoked from network); 22 Oct 2004 14:14:43 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by pb1.pair.com with SMTP; 22 Oct 2004 14:14:43 -0000 Received: (qmail 23187 invoked by uid 65534); 22 Oct 2004 14:14:42 -0000 Received: from 55.Red-213-4-20.pooles.rima-tde.net (EHLO [10.10.0.21]) (213.4.20.55) by mail.gmx.net (mp022) with SMTP; 22 Oct 2004 16:14:42 +0200 X-Authenticated: #12441595 Message-ID: <417915FE.8060907@gmx.net> Date: Fri, 22 Oct 2004 16:15:26 +0200 User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: See if a class is a subclass of other? From: fmmarzoa@gmx.net ("Francisco M. Marzoa Alonso") Is there any manner to know if a class is a subclass of another from class name as string? I meant something in the line of is_subclass_of but using the name of the child class instead of an object instance. TIA