Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

cli_get_process_title

Description

The cli_get_process_title of Options / Information for PHP 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);

?>
HomeMenu