Re: transversing associative arrays from C

From: Date: Fri, 26 Aug 2011 00:52:59 +0000
Subject: Re: transversing associative arrays from C
References: 1 2 3 4  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
"Christopher Jones" <[email protected]> wrote in message news:[email protected]...
On 08/25/2011 05:16 PM, Aaron Gray wrote:
"Chris Stockton" <[email protected]> wrote in message news:CALKFbxvsUq-zQyYtdXi3a9tcciEH6xzZ9Y-kByqVa8kpC4-NiQ@mail.gmail.com...
Hello, On Thu, Aug 25, 2011 at 2:57 PM, Aaron Gray <[email protected]> wrote:
Hi, I am working on a C extension module for PHP and am wondering about an API issue. I can see how to add to an associative array :-
Most everything you need to know about manipulating arrays can be found in ext/standard/array.c
Where's that in the SVN source tree ? Aaron
http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/ext/standard/
Chris, How much can I access as a PHP plugin dll or shared object ? Thinking about it what I really want to do is see if a key exists in an array and get its type to see if it is BOOL and that it is TRUE. Many thanks, Aaron

Thread (10 messages)

« previous php.internals (#54959) next »