男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

gc_status

(PHP 7 >= 7.3.0, PHP 8)

gc_statusGets information about the garbage collector

說(shuō)明

gc_status(): array

Gets information about the current state of the garbage collector.

參數

此函數沒(méi)有參數。

返回值

Returns an associative array with the following elements:

  • "runs"
  • "collected"
  • "threshold"
  • "roots"

范例

示例 #1 gc_status() Usage

<?php

// create object tree that needs gc collection
$a = new stdClass();
$a->= [];
for (
$i 0$i 100000$i++) {
    
$b = new stdClass();
    
$b->$a;
    
$a->b[] = $b;
}
unset(
$a);
unset(
$b);
gc_collect_cycles();

var_dump(gc_status());

以上例程的輸出類(lèi)似于:

array(4) {
  ["runs"]=>
  int(5)
  ["collected"]=>
  int(100002)
  ["threshold"]=>
  int(50001)
  ["roots"]=>
  int(0)
}

參見(jiàn)

男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站