<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.readline.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.readline-callback-handler-remove.php',
    1 => 'readline_callback_handler_remove',
    2 => 'Efface un gestionnaire de rappel readline',
  ),
  'up' => 
  array (
    0 => 'ref.readline.php',
    1 => 'Fonctions Readline',
  ),
  'prev' => 
  array (
    0 => 'function.readline-callback-handler-install.php',
    1 => 'readline_callback_handler_install',
  ),
  'next' => 
  array (
    0 => 'function.readline-callback-read-char.php',
    1 => 'readline_callback_read_char',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/readline/functions/readline-callback-handler-remove.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.readline-callback-handler-remove" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">readline_callback_handler_remove</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">readline_callback_handler_remove</span> &mdash; <span class="dc-title">Efface un gestionnaire de rappel readline</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.readline-callback-handler-remove-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>readline_callback_handler_remove</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Efface un gestionnaire de rappel installé précédemment et restaure les
   paramètres du terminal.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.readline-callback-handler-remove-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.readline-callback-handler-remove-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Retourne <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si un gestionnaire de rappel précédemment installé a été effacé
   ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> s&#039;il n&#039;a pas été trouvé.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.readline-callback-handler-remove-examples">
  <h3 class="title">Exemples</h3>
  <p class="simpara">
   Voir la fonction <span class="function"><a href="function.readline-callback-handler-install.php" class="function">readline_callback_handler_install()</a></span>
   pour un exemple concernant l&#039;utilisation de l&#039;interface de rappel readline.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.readline-callback-handler-remove-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.readline-callback-handler-install.php" class="function" rel="rdfs-seeAlso">readline_callback_handler_install()</a> - Initialise l'interface et le terminal de rappel de readline, affiche le prompt et retourne imm&eacute;diatement</span></li>
   <li><span class="function"><a href="function.readline-callback-read-char.php" class="function" rel="rdfs-seeAlso">readline_callback_read_char()</a> - Lit un caract&egrave;re et informe l'interface de rappel readline</span></li>
  </ul>
 </div>


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