难道以后可以这样用了?
PHP代码
- <?php
- $usingGC = gc_enabled();
- if( $usingGC == false){
- gc_enable();
- $usingGC = gc_enabled();
- }
- if( $ucingGC == true){
- gc_collect_cycles();
- }
不知道效果有多明显?
Submitted by gouki on 2009, July 2, 12:14 PM. PHP
难道以后可以这样用了?
不知道效果有多明显?