Elgg  Version 2.3
Variables
start.php File Reference

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...
 

Variable Documentation

$autoload_root = dirname(__DIR__)

Definition at line 3 of file start.php.

if
Initial value:
{
elgg_disable_simplecache()
Disables the simple cache.
Definition: cache.php:170

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.

Parameters
{Function}callback
Returns
{Void}

Definition at line 4 of file start.php.