PHP 8.4.0 RC4 available for testing

gc_collect_cycles

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

gc_collect_cyclesForça a coleta de quaisquer ciclos de lixo existentes.

Descrição

gc_collect_cycles(): int

Força a coleta de quaisquer ciclos de lixo existentes.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna o número de ciclos coletados.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês) 1 note

up
186
Mason
13 years 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!
To Top