update : 2015.11.03
php.shukuma.com검색:
|
setthreadtitle(PECL proctitle >= 0.1.2) setthreadtitle — Set the thread title 설명
bool setthreadtitle
( string
$title
)Sets the thread title. 인수
반환값
성공 시 예제Example #1 setthreadtitle() example Running the example below will change the thread title (visible with ps c for example).
<?php 위 예제의 출력 예시: $ ps c PID TTY STAT TIME COMMAND 1178 pts/3 S 0:00 myscript 참고
|