PHP Options/Info Funkcje
PHP Manual

gc_enabled

(PHP 5 >= 5.3.0)

gc_enabledReturns status of the circular reference collector

Opis

bool gc_enabled ( void )

Returns status of the circular reference collector.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns TRUE if the garbage collector is enabled, FALSE otherwise.

Przykłady

Przykład #1 A gc_enabled() example

<?php
if(gc_enabled()) gc_collect_cycles();
?>

Zobacz też:


PHP Options/Info Funkcje
PHP Manual