© 이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
Example #1 Statistics about the current PHP process
<?phpprint_r ( win32_ps_stat_proc ()); ?>
Example #2 Statistics about global memory utilization
<?phpprint_r ( win32_ps_stat_mem ()); ?>