From 43e6946a85fbd6eea57db71ba78298a38783017c Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 21 Jun 2013 00:19:01 +0000 Subject: [PATCH] Flesh out the cli_get_process_title() and cli_set_process_title() documentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330581 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../info/functions/cli-get-process-title.xml | 28 ++++++++++++++++-- .../info/functions/cli-set-process-title.xml | 29 +++++++++++++++---- 2 files changed, 48 insertions(+), 9 deletions(-) diff --git a/reference/info/functions/cli-get-process-title.xml b/reference/info/functions/cli-get-process-title.xml index 3862b88844..ebf3832913 100644 --- a/reference/info/functions/cli-get-process-title.xml +++ b/reference/info/functions/cli-get-process-title.xml @@ -4,7 +4,7 @@ cli_get_process_title - Return current process title + Returns the current process title @@ -14,10 +14,16 @@ - Available only in CLI. + Returns the current process title, as set by + cli_set_process_title. Note that this may not exactly + match what is shown in ps or top, + depending on your operating system. - &warn.undocumented.func; + + This function is available only in + CLI mode. + @@ -33,7 +39,23 @@ + + &reftitle.errors; + + + An E_WARNING will be generated if the operating system + is unsupported. + + + + &reftitle.seealso; + + + cli_set_process_title + + +