Description
public void Judy::size
( void
)
This method is an alias of Judy::count.
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
Return an integer.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Другие базовые расширения
- Judy Arrays
- Функция Judy::byCount() - Locate the Nth index present in the Judy array
- Функция Judy::__construct() - Construct a new Judy object
- Функция Judy::count() - Count the number of elements in the Judy array
- Функция Judy::__destruct() - Destruct a Judy object
- Функция Judy::first() - Search for the first index in the Judy array
- Функция Judy::firstEmpty() - Search for the first absent index in the Judy array
- Функция Judy::free() - Free the entire Judy array
- Функция Judy::getType() - Return the type of the current Judy array
- Функция Judy::last() - Search for the last index in the Judy array
- Функция Judy::lastEmpty() - Search for the last absent index in the Judy array
- Функция Judy::memoryUsage() - Return the memory used by the Judy array
- Функция Judy::next() - Search for the next index in the Judy array
- Функция Judy::nextEmpty() - Search for the next absent index in the Judy array
- Функция Judy::offsetExists() - Whether a offset exists
- Функция Judy::offsetGet() - Offset to retrieve
- Функция Judy::offsetSet() - Offset to set
- Функция Judy::offsetUnset() - Offset to unset
- Функция Judy::prev() - Search for the previous index in the Judy array
- Функция Judy::prevEmpty() - Search for the previous absent index in the Judy array
- Функция Judy::size() - Return the size of the current Judy array
Коментарии
404 Not Found