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

ヤマザキ php-users@php.gr.jp
2001年8月14日 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/

AltStyle によって変換されたページ (->オリジナル) /