Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16112 программистов и 1772 робота. Сейчас ищут 1816 программистов ...
rrdc_disconnect - Close any outstanding connection to rrd caching daemon
Вернуться к: RRD Функции
rrdc_disconnect
(PECL rrd >= 1.1.2)
rrdc_disconnect — Close any outstanding connection to rrd caching daemon
Описание
void rrdc_disconnect
( void
)
Close any outstanding connection to rrd caching daemon.
This function is automatically called when the whole PHP process is terminated. It depends on used SAPI. For example, it's called automatically at the end of command line script.
It's up user whether he wants to call this function at the end of every request or otherwise.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Вернуться к: RRD Функции