PHP » PYTHON |
login |
register |
about
|
PYTHON gc_enabled
is this article helpful?
|
Python replacement for PHP's gc_enabled
[
edit
| history
]
import gc gc.isenabled() gc_enabled(PHP 5 >= 5.3.0) gc_enabled — Returns status of the circular reference collector Description
bool gc_enabled
( void
)
Warning
This function is currently not documented; only its argument list is available. Returns status of the circular reference collector. ParametersThis function has no parameters. Return ValuesReturns TRUE if the garbage collector is enabled, FALSE otherwise. |
more
Recently updated
more
Most requested
more
Last requests
|