PHP 7.0.6 Released

event_buffer_free

(PECL libevent >= 0.0.1)

event_buffer_freeDestroy buffered event

Description

void event_buffer_free ( resource $bevent )

Destroys the specified buffered event and frees all the resources associated.

Parameters

bevent

Valid buffered event resource.

User Contributed Notes

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