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

search for in the

xattr> <setproctitle
[edit] Last updated: Fri, 07 Jun 2013

view this page in

setthreadtitle

(PECL proctitle >= 0.1.2)

setthreadtitleSet the thread title

Descripción

bool setthreadtitle ( string $title )

Establece el título del hilo.

Parámetros

title

El título que se utilizará como título del hilo.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ejemplos

Ejemplo #1 setthreadtitle() ejemplo

Ejecutar el siguiente ejemplo va a cambiar el título del hilo (visible con ps c, por ejemplo).

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

El resultado del ejemplo sería algo similar a:

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

Ver también



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

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