CakeFest 2024: The Official CakePHP Conference

rrdc_disconnect

(PECL rrd >= 1.1.2)

rrdc_disconnectClose any outstanding connection to rrd caching daemon

説明

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.

パラメータ

この関数にはパラメータはありません。

戻り値

値を返しません。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top