Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16141 программист и 1772 робота. Сейчас ищут 1917 программистов ...
Judy::byCount - Locate the Nth index present in the Judy array
Вернуться к: Judy
Описание
public int Judy::byCount
( int
$nth_index
)Locate the Nth index present in the Judy array.
Список параметров
-
nth_index
-
Nth index to return. If nth_index equal 1, then it will return the first index in the array.
Возвращаемые значения
Return the index at the given Nth position.
Вернуться к: Judy