update : 2015.11.03
php.shukuma.com

검색:
 
 
Free resources allocated for this event base

EventBase::free

(PECL event >= 1.10.0)

EventBase::freeFree resources allocated for this event base

설명

public void EventBase::free ( void )

Deallocates resources allocated by libevent for the EventBase object.

Warning

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.

인수

이 함수는 인수가 없습니다.

반환값

값을 반환하지 않습니다.

참고