Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 2289

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Returns the current process title</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.assert.html">assert</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.cli-set-process-title.html">cli_set_process_title</a></div>
 <div class="up"><a href="ref.info.html">PHP Options/Info Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.cli-get-process-title" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">cli_get_process_title</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.5.0)</p><p class="refpurpose"><span class="refname">cli_get_process_title</span> &mdash; <span class="dc-title">Returns the current process title</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.cli-get-process-title-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">string</span> <span class="methodname"><strong>cli_get_process_title</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Returns the current process title, as set by
    <span class="function"><a href="function.cli-set-process-title.html" class="function">cli_set_process_title()</a></span>. Note that this may not exactly
   match what is shown in <strong class="command">ps</strong> or <strong class="command">top</strong>,
   depending on your operating system.
  </p>

  <p class="para">
   This function is available only in
   <a href="features.commandline.html" class="link">CLI</a> mode.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.cli-get-process-title-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.cli-get-process-title-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Return a string with the current process title or <strong><code>NULL</code></strong> on error.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-function.cli-get-process-title-errors">
  <h3 class="title">Errors/Exceptions</h3>
   
  <p class="para">
   An <strong><code>E_WARNING</code></strong> will be generated if the operating system
   is unsupported.
  </p>
 </div>

 
 <div class="refsect1 examples" id="refsect1-function.cli-get-process-title-examples">
  <h3 class="title">Examples</h3>
  <p class="para">
   <div class="example" id="example-480">
    <p><strong>Example #1  <span class="function"><strong>cli_get_process_title()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"Process&nbsp;title:&nbsp;"&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">cli_get_process_title</span><span style="color: #007700">()&nbsp;.&nbsp;</span><span style="color: #DD0000">"\n"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
    </div>

   </div>
  </p>
 </div>

 
 <div class="refsect1 seealso" id="refsect1-function.cli-get-process-title-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.cli-set-process-title.html" class="function" rel="rdfs-seeAlso">cli_set_process_title()</a> - Sets the process title</span></li>
   </ul>
  </p>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.assert.html">assert</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.cli-set-process-title.html">cli_set_process_title</a></div>
 <div class="up"><a href="ref.info.html">PHP Options/Info Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>