EventBase::free
  (PECL event >= 1.10.0)
EventBase::free — Free resources allocated for this event base
  
 
  Descrizione
  
   public
   void 
   EventBase::free
    ( void
   )
  
  Avviso
   
    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.
   
   
  
 
  Elenco dei parametri
  Questa funzione non contiene parametri.
  
 
  Valori restituiti
  
   Nessun valore viene restituito.