downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

xattr> <setproctitle
[edit] Last updated: Fri, 25 May 2012

view this page in

setthreadtitle

(PECL proctitle >= 0.1.2)

setthreadtitleスレッドのタイトルを設定

説明

bool setthreadtitle ( string $title )

スレッドのタイトルを設定します。

パラメータ

title

スレッドのタイトルとして使用するタイトル

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 setthreadtitle() の例

下記の例を実行すると、スレッドのタイトルを変更します。 (例えば、ps c でご覧になれます)

<?php
setthreadtitle
("myscript");
?>

上の例の出力は、 たとえば以下のようになります。

$ ps c
  PID TTY      STAT   TIME COMMAND
 1178 pts/3    S      0:00 myscript

参考



add a note add a note User Contributed Notes setthreadtitle
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites