Collections\DictionaryInterface::each PHP Method

each() public method

Applies the callback function $callable to each key-value pair in the dictionary.
public each ( callable $callable )
$callable callable
    public function each(callable $callable);