Command::setProcessTitle()

Command setProcessTitle(string $title)

Sets the process title of the command.

This feature should be used only when creating a long process command, like a daemon.

PHP 5.5+ or the proctitle PECL library is required

Parameters

string $title The process title

Return Value

Command The current instance
doc_Symfony
2016-10-28 06:09:45
Comments
Leave a Comment

Please login to continue.