Elgg
Version 2.3
|
Go to the source code of this file.
Variables | |
$autoload_root = dirname(__DIR__) | |
if (!is_file("$autoload_root/vendor/autoload.php")) | |
Interates through each element of an array and calls callback a function. More... | |
if |
Interates through each element of an array and calls callback a function.
The callback should accept the following arguments: element - The current element index - The current index
This is different to Array.every in that the callback's return value is ignored and every element of the array will be parsed.
{Function} | callback |