PHP オプション/情報 関数
PHP Manual

gc_enabled

(No version information available, might be only in CVS)

gc_enabledReturns status of the circular reference collector

説明

bool gc_enabled ( void )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

Returns status of the circular reference collector.

パラメータ

この関数にはパラメータはありません。

返り値

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


PHP オプション/情報 関数
PHP Manual