© 本文档使用 php.cn手册 发布
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 ()); ?>