EventBufferEvent::free
(PECL event >= 1.2.6-beta)
EventBufferEvent::free — Free a buffer event
说明
Free resources allocated by buffer event.
Usually there is no need to call this method, since normally it is done
within internal object destructors. However, sometimes we have a long-time
script allocating lots of instances, or a script with a heavy memory usage,
where we need to free resources as soon as possible. In such cases
EventBufferEvent::free()
may be used to protect the script against running up to the
memory_limit
.
参数
此函数没有参数。
返回值
没有返回值。
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/eventbufferevent.free.php