Performs a foreach operation over all items stored in the hash provided. The function provided (func) will be called passing in the item found, and the data provided (third argument). Because the axlHashForeachFunc function is used, true must be returned to stop the foreach process. In the case all items must be visited, false must be returned in any case.
|