setproctitleSet the process title Beschreibung
void setproctitle
( string
$title
)Sets the process title of the current process. Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. BeispieleBeispiel #1 setproctitle example Running the example below will change the process title (visible with ps a for example).
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: $ ps a PID TTY STAT TIME COMMAND 1168 pts/3 S 0:00 myscript Siehe auch
|