Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50540 invoked by uid 1010); 3 Mar 2004 21:05:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50483 invoked by uid 1007); 3 Mar 2004 21:05:10 -0000 Message-ID: <20040303210510.50482.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 3 Mar 2004 22:08:21 +0100 Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 X-Posted-By: 153.19.215.13 Subject: simple feature request :] From: rashid@ds.pg.gda.pl ("Robert Janeczek") i was wondering if there would be much trouble with adding boolean trigger to get_class_vars ( string class_name) and get_object_vars ( object obj) which will tell this functions whether to return array with names and values or with names only. with default option set to returning names and values there will be no bc broken. or maybe there is somewhere a function that lists class/object variables names? rash