Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18517 программистов и 1740 роботов. Сейчас ищут 1307 программистов ...
Judy::last - Search for the last index in the Judy array
Вернуться к: Judy
Описание
public void Judy::last
([ string
$index
] )Search (inclusive) for the last index present that is equal to or less than the passed Index.
Список параметров
-
index
-
The index can be an integer or a string corresponding to the index where to start the search.
Возвращаемые значения
Return the corresponding index in the array.
Вернуться к: Judy