Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18513 программистов и 1740 роботов. Сейчас ищут 1302 программиста ...
HaruPage::getDash - Get the current dash pattern
Вернуться к: HaruPage
HaruPage::getDash
(PECL haru >= 0.0.1)
HaruPage::getDash — Get the current dash pattern
Описание
array HaruPage::getDash
( void
)
Get the current dash pattern. See HaruPage::setDash() for more information on dash patterns.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the current dash pattern as an array of two elements - "pattern"
and "phase" or FALSE
if dash pattern was not set.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruPage