update pague now
PHP 8.5.2 Released!

rrdc_disconnect

(PECL rrd >= 1.1.2)

rrdc_disconnect Close any outstanding connection to rrd caching daemon

Description

rrdc_disconnect (): void

Close any outstanding connection to rrd caching daemon.

This function is automatically called when the whole PHP processs 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 wans to call this function at the end of every request or otherwise.

Parameters

This function has no parameters.

Return Values

No value is returned.

add a note

User Contributed Notes

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