© This document uses PHP Chinese website manual Release
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 ()); ?>