Ask a Question related to PHP Development, Design and Development.
-
Ard Biesheuvel #1
[PHP-DEV] hash table question
For my upcoming improvement of interbase.c, which features asynchronous
handling of events posted in the database, I need to maintain a per-link
list
of event names (string) and callbacks (zval).
Would using zend_hash tables be the right way to do this ?
Ard
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Ard Biesheuvel Guest
-
Passing Hash table to function?
I have a hash table which contains values like my %enumerations = ( #mystat mode 'edcf' => '1', 'hcf' => '2', #admin state 'disable' => '0',... -
Distributing an array of hash refs across a table?
I have a cgi script that polls a SQL database and prints out reports. some of the reports have more columns then others. I assume (yes I know... -
newbie question. how to assign an array to a hash table?
Hi, I have something like: $value = 'A' 'C' 'G'; and I would like store this value on a hash table. my @value = split(' ',$value); print... -
Sorting Hash of teams for premier league table
This is what the hash looks like (with only 4 teams in it) ignore the Competition: { 'Team' => , 'Competition' => } ] } -
Another reference question (hash of hash references)
beginners, I am trying to build a hash of hash references. My problem is that I need to be able to add a key/value pair to the internal hashes......



Reply With Quote

