Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:209101 php.internals:15132 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65171 invoked by uid 1010); 21 Feb 2005 01:16:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65135 invoked from network); 21 Feb 2005 01:16:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2005 01:16:04 -0000 X-Host-Fingerprint: 68.157.246.80 mx1.distinctinnovations.com Windows 2000 SP4, XP SP1 Received: from ([68.157.246.80:4997] helo=distinctinnovations.com) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id 93/D3-32941-A9139124 for ; Sun, 20 Feb 2005 19:55:55 -0500 Received: by distinctinnovations.com (Wildcat! SMTP Router v6.0.451.3) for internals@lists.php.net; Sun, 20 Feb 2005 19:57:12 -0500 Received: from ns2.distinctinnovations.com ([68.157.246.71]) EHLO=cl1823 by distinctinnovations.com (Wildcat! SMTP v6.0.451.3) with SMTP id 1643069078; Sun, 20 Feb 2005 19:57:11 -0500 Message-ID: <006101c517b0$04eb2750$71f69d44@setechusa.com> To: , Date: Sun, 20 Feb 2005 19:55:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Antivirus-Remover: Message filtered with wsAV v2.0.0 Build 001 Subject: PHP Extension & Arrays From: chris.cranford@tkdsoftware.com ("Chris Cranford") If I have a function that creates an array using add_assoc_string and then adds it to the return value as add_property_zval, then how do I iterate over the array and get the key and its value?