Forces collection of any existing garbage cycles
Syntax
gc_collect_cycles(): int
Return
Returns number of collected cycles.
Examples
<? $return = gc_collect_cycles(); echo $return; ?>
0
Forces collection of any existing garbage cycles
gc_collect_cycles(): int
Returns number of collected cycles.
<? $return = gc_collect_cycles(); echo $return; ?>
0