EventBase::free

(PECL event >= 1.10.0)
Free resources allocated for this event base
public void EventBase::free ( void )

Deallocates resources allocated by libevent for the EventBase object.

Returns:

No value is returned.

The EventBase::free() method doesn't destruct the object itself. To destruct the object completely call unset() , or assign NULL.

This method does not deallocate or detach any of the events that are currently associated with the EventBase object, or close any of their sockets - beware.

See also:

EventBase::__construct() -

doc_php
2016-02-24 16:08:11
Comments
Leave a Comment

Please login to continue.