Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99222 invoked by uid 1010); 27 Feb 2004 13:16:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99179 invoked by uid 1007); 27 Feb 2004 13:16:39 -0000 Message-ID: <20040227131639.99177.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "Jakes" Date: Fri, 27 Feb 2004 15:15:17 +0200 Lines: 38 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0053_01C3FD44.82116F50" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1209 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1213 X-Posted-By: 196.31.102.14 Subject: stdClass From: sunsoffun@hotmail.com ("Jakes") ------=_NextPart_000_0053_01C3FD44.82116F50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Please can some explain to me what the stdClass is used for in=20 PHP 5. I've tried to use the reflection API to reverse engineer it but it does not give you much on the stdClass What methods can be inherited from this class? Does it work the same was as the java base class - Object? ------=_NextPart_000_0053_01C3FD44.82116F50--