<?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-on-new-line.php',
    1 => 'readline_on_new_line',
    2 => 'Informe readline que le curseur est pass&eacute; &agrave; une nouvelle ligne',
  ),
  'up' => 
  array (
    0 => 'ref.readline.php',
    1 => 'Fonctions Readline',
  ),
  'prev' => 
  array (
    0 => 'function.readline-list-history.php',
    1 => 'readline_list_history',
  ),
  'next' => 
  array (
    0 => 'function.readline-read-history.php',
    1 => 'readline_read_history',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/readline/functions/readline-on-new-line.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.readline-on-new-line" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">readline_on_new_line</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">readline_on_new_line</span> &mdash; <span class="dc-title">Informe readline que le curseur est passé à une nouvelle ligne</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.readline-on-new-line-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>readline_on_new_line</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Informe readline que le curseur est passé à une nouvelle ligne.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.readline-on-new-line-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-on-new-line-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Aucune valeur n&#039;est retournée.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.readline-on-new-line-notes">
  <h3 class="title">Notes</h3>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <span class="simpara">
    Cette fonction n&#039;est disponible uniquement si elle est supportée par la
    bibliothèque readline sous-jacente. Elle n&#039;est pas supportée sur Windows.
   </span>
  </p></blockquote>
 </div>

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