setthreadtitleSet the thread title Beschreibung
bool setthreadtitle
( string
$title
)Sets the thread title. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 setthreadtitle example Running the example below will change the thread title (visible with ps c for example).
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: $ ps c PID TTY STAT TIME COMMAND 1178 pts/3 S 0:00 myscript Siehe auch
|