<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.phpdbg.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.phpdbg-prompt.php',
    1 => 'phpdbg_prompt',
    2 => 'Sets the command prompt',
  ),
  'up' => 
  array (
    0 => 'ref.phpdbg.php',
    1 => 'phpdbg Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.phpdbg-get-executable.php',
    1 => 'phpdbg_get_executable',
  ),
  'next' => 
  array (
    0 => 'function.phpdbg-start-oplog.php',
    1 => 'phpdbg_start_oplog',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/phpdbg/functions/phpdbg-prompt.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.phpdbg-prompt" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">phpdbg_prompt</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.6.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">phpdbg_prompt</span> &mdash; <span class="dc-title">Sets the command prompt</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.phpdbg-prompt-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>phpdbg_prompt</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$string</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Set the command prompt to the given <code class="parameter">string</code>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.phpdbg-prompt-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <dl>
   
    <dt><code class="parameter">string</code></dt>
    <dd>
     <span class="simpara">
      The string to use as command prompt.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.phpdbg-prompt-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   Nessun valore viene restituito.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.phpdbg-prompt-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.phpdbg-color.php" class="function" rel="rdfs-seeAlso">phpdbg_color()</a> - Sets the color of certain elements</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>