update : 2015.11.03
php.shukuma.com검색:
|
xhprof_disable(PECL xhprof >= 0.9.0) xhprof_disable — Stops xhprof profiler 설명
array xhprof_disable
( void
)
Stops the profiler, and returns xhprof data from the run. 인수이 함수는 인수가 없습니다. 반환값An array of xhprof data, from the run. 예제Example #1 xhprof_disable() example
<?php 위 예제의 출력 예시: Array ( [main()==>strlen] => Array ( [ct] => 1 [wt] => 279 ) [main()==>xhprof_disable] => Array ( [ct] => 1 [wt] => 9 ) [main()] => Array ( [ct] => 1 [wt] => 610 ) ) |