SproutCMS

This is the code documentation for the SproutCMS project

function arrayMapRecursive()

Recursive version of array_map function
I would imagine would be much slower than the original. Only use if necessary

Usage

unknown arrayMapRecursive ( mixed $callback , array $array );

Arguments

  1. mixed $callback
    Callback function, can be string, array or in PHP 5.3, a function
  2. array $array
    The array to process