cli_get_process_title
Description
Returns the current process title
Syntax
cli_get_process_title(): ?string
Return
Return a string with the current process title or null on error.
Examples
1
<? $return = cli_get_process_title(); var_export($return); ?>