Classes
Alof
Alof is the class that contains the functions of AlofLib.
Its full qualification is Vectorial1024AlofLibAlof.
For now, please refer to the PHP source code for the documentation. We are finding a way to automatically generate compatible documentations from PHP sources.
- class AlofLib
The class that contains the array-like object functions.
- is_alo($value)
Returns whether the given value is an ALO: - implements Traversable - implements ArrayAccess
- Parameters:
$value (
mixed) – The value for testing.
- Returns:
True if the object is an alo, and therefore processable by this library.