CLXXI. win32ps Functions
Введение
The win32ps extension is a Windows specific extension that allows PHP retrieve statistics about process and memory utilization.
Требования
Windows NT, Windows 2000, Windows XP or Windows Server 2003. Any version of Windows derived from Windows NT should be compatible.
Установка
You can download php_win32ps.dll from pecl4win.php.net.
Copy the php_win32ps.dll into your extension_dir.
Load the extension from your php.ini
extension=php_win32ps.dll
Примеры
- Содержание
- win32_ps_list_procs -- List running processes
- win32_ps_stat_mem -- Stat memory utilization
- win32_ps_stat_proc -- Stat process
win32ps Functions
There are no user contributed notes for this page.
