Query: setproctitle
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SETPROCTITLE(3) 1 SETPROCTITLE(3) setproctitle - Set the process titleSYNOPSISvoid setproctitle (string $title)DESCRIPTIONSets the process title of the current process.PARAMETERSo $title - The title to use as the process title.RETURN VALUESNo value is returned.EXAMPLESExample #1 setproctitle(3) example Running the example below will change the process title (visible with ps a for example). <?php setproctitle("myscript"); ?> The above example will output something similar to: $ ps a PID TTY STAT TIME COMMAND 1168 pts/3 S 0:00 myscriptSEE ALSOcli_set_process_title(3), pcntl_fork(3), setthreadtitle(3). PHP Documentation Group SETPROCTITLE(3)
Related Man Pages |
---|
setproctitle(3) - netbsd |
setproctitle(3) - mojave |
domdocument.getelementbyid(3) - php |
pg_field_num(3) - php |
tidy_get_html(3) - php |
Similar Topics in the Unix Linux Community |
---|
ps -ef|grep help !!!! |
FTP doesn't work |
I can't compile (gcc) in Solaris 11.3 non global zone |