Searched refs:cli_set_process_title (Results 1 – 9 of 9) sorted by relevance
2 cli_set_process_title() function : basic functionality15 if (cli_set_process_title("title") === true &&
15 if (cli_set_process_title("title") && cli_get_process_title() === "title")
21 // cli_set_process_title(). We're only making the API calls to ensure there are30 if (cli_set_process_title($original_title) === true)
24 if (cli_set_process_title($original_title) === true)
20 PHP_FUNCTION(cli_set_process_title);
3 function cli_set_process_title(string $title): bool {} function
26 PHP_FUNCTION(cli_set_process_title) in PHP_FUNCTION() argument
463 PHP_FE(cli_set_process_title, arginfo_cli_set_process_title)
491 PHP_FE(cli_set_process_title, arginfo_cli_set_process_title)
Completed in 46 milliseconds