Description
public int Judy::count
([ int
$index_start
= 0
[, int $index_end
= -1
]] )Count the number of elements in the Judy array.
Parameters
-
index_start
-
Start counting from the given index. Default is first index.
-
index_end
-
Stop counting when reaching this index. Default is last index.
Return Values
Return the number of elements.
- 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