Warning: value_hash_lookup_vals is deprecated.
Looks up a number of keys in hash and returns their values.
Use Variant API instead.
| hash |
a value hash |
| ... |
the type of |
| first_key |
the first key to look up |
|
true if all of the keys were found, false if any were missing; note that you will generally need to initialize each destination variable to a reasonable default value, since there is no way to tell which keys were found and which were not. |