gc_disable> <extension_loaded
Last updated: Fri, 03 Feb 2012

gc_collect_cycles

(PHP 5 >= 5.3.0)

gc_collect_cyclesForces collection of any existing garbage cycles

Descrição

int gc_collect_cycles ( void )

Forces collection of any existing garbage cycles.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

Returns number of collected cycles.

Veja Também



User Contributed Notes
gc_collect_cycles
Mason
07-Sep-2011 01:22
(Since this function wasn't documented as of the date I left this note...)

If you came here looking for documentation, allow me to point you instead to a section in the user manual about garbage collection that includes a bit at the end about when you would use this feature and what it will actually do: http://php.net/manual/en/features.gc.collecting-cycles.php

Hope it helps!

gc_disable> <extension_loaded
Last updated: Fri, 03 Feb 2012