© 本文檔使用 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 ()); ?>