PHP win32ps Functions
EditRocket provides the following information on win32ps functions in the PHP source code builder.
array win32_ps_list_procs ( void ) - Retrieves statistics about all running processes.
array win32_ps_stat_mem ( void ) - Retrieves statistics about the global memory utilization.
array win32_ps_stat_proc ([ int $pid ] ) - Retrieves statistics about the process with the process id pid.