downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

gc_disable> <extension_loaded
[edit] Last updated: Fri, 17 May 2013

view this page in

gc_collect_cycles

(PHP 5 >= 5.3.0)

gc_collect_cyclesLas fuerzas de la colección de todos los ciclos de basura existentes

Descripción

int gc_collect_cycles ( void )

Recogida de las fuerzas de los ciclos de basura existentes.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el número de ciclos de recogida.

Ver también



add a note add a note User Contributed Notes gc_collect_cycles - [1 notes]
up
1
Mason
1 year ago
(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!

 
show source | credits | stats | sitemap | contact | advertising | mirror sites