<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.parle-stack.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'parle-stack.push.php',
    1 => 'Parle\\Stack::push',
    2 => 'Push an item into the stack',
  ),
  'up' => 
  array (
    0 => 'class.parle-stack.php',
    1 => 'Parle\\Stack',
  ),
  'prev' => 
  array (
    0 => 'parle-stack.pop.php',
    1 => 'Parle\\Stack::pop',
  ),
  'next' => 
  array (
    0 => 'class.parle-token.php',
    1 => 'Parle\\Token',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/parle/parle/stack/push.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="parle-stack.push" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Parle\Stack::push</h1>
  <p class="verinfo">(PECL parle &gt;= 0.5.1)</p><p class="refpurpose"><span class="refname">Parle\Stack::push</span> &mdash; <span class="dc-title">Push an item into the stack</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-parle-stack.push-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Parle\Stack::push</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$item</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">

  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-parle-stack.push-parameters">
  <h3 class="title">参数</h3>
  <dl>
   
    <dt><code class="parameter">item</code></dt>
    <dd>
     <p class="para">
      Variable to be pushed.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-parle-stack.push-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   没有返回值。  
  </p>
 </div>



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