Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

gc_collect_cycles

Description

The gc_collect_cycles of Options / Information for PHP forces collection of any existing garbage cycles.

Syntax

gc_collect_cycles(): int

Return

Returns number of collected cycles.

Examples

1

<?

$return = gc_collect_cycles();

echo $return;

?>
0
HomeMenu