F
freesoft12
Hi,
I am creating 2 hash tables. In the first hash table I have a string
as the key but in the second one I want the reference to that string
as the key, to save memory.
ie.
$hash_table_one[$string_key]
^
|
$hash_table_two[$string_key_ref] -> this key is a reference to the
first table's key
Regards
John
I am creating 2 hash tables. In the first hash table I have a string
as the key but in the second one I want the reference to that string
as the key, to save memory.
ie.
$hash_table_one[$string_key]
^
|
$hash_table_two[$string_key_ref] -> this key is a reference to the
first table's key
Regards
John