[PHP-users 1177] Re: プロセスの状況で警告ページに切り替えたい

ヤマザキ php-users@php.gr.jp
Tue, 14 Aug 2001 12:28:34 +0900


ヤマザキです。

安直な解決方法ですが
> 
> $command_result = system("ps -axu | grep command_name");
> 
$tmpfile = tempnam("/tmp", "psaxu");
$command_result = system("ps -axu | grep command_name > $tmpfile");
とか。



-- 
ヤマザキ

Wildcard Project.
email: yamazaki@wildcard.mine.nu
HP: http://wildcard.mine.nu/