Each

This applies a specific function to each element of this TagArray.

Prototype

public function each( $function )

Parameters

  • $function (string) - the function name which takes 1 parameter (the TagArray object)

Return

TagArray - this object for chaining