Name
dict_size — Returns the number of items in the given dictionary.
Synopsis
dict_size
(
|
inout
dict
dictionary
); |
Description
The function returns the number of items in the
dict dictionary. For NULL value of
dict , zero is returned.
Parameters
dict
Reference to the dictionary in question.
Return Types
The function returns an integer.