<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.readline-list-history.php',
    1 => 'readline_list_history',
    2 => 'Lists the history',
  ),
  'up' => 
  array (
    0 => 'ref.readline.php',
    1 => 'Readline Функції',
  ),
  'prev' => 
  array (
    0 => 'function.readline-info.php',
    1 => 'readline_info',
  ),
  'next' => 
  array (
    0 => 'function.readline-on-new-line.php',
    1 => 'readline_on_new_line',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/readline/functions/readline-list-history.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.readline-list-history" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">readline_list_history</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">readline_list_history</span> &mdash; <span class="dc-title">Lists the history</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.readline-list-history-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>readline_list_history</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">
   Gets the entire command line history.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.readline-list-history-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.readline-list-history-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns an array of the entire command line history.  The elements are
   indexed by integers starting at zero.
  </p>
 </div>


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