Source of: /manual/pt_BR/judy.prev.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.judy.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'pt_BR',
),
'this' =>
array (
0 => 'judy.prev.php',
1 => 'Judy::prev',
),
'up' =>
array (
0 => 'class.judy.php',
1 => 'Judy',
),
'prev' =>
array (
0 => 'judy.offsetunset.php',
1 => 'Judy::offsetUnset',
),
'next' =>
array (
0 => 'judy.prevempty.php',
1 => 'Judy::prevEmpty',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="judy.prev" class="refentry">
<div class="refnamediv">
<h1 class="refname">Judy::prev</h1>
<p class="verinfo">(PECL judy >= 0.1.1)</p><p class="refpurpose"><span class="refname">Judy::prev</span> — <span class="dc-title">Search for the previous index in the <a href="class.judy.php" class="classname">Judy</a> array</span></p>
</div>
<div class="refsect1 description" id="refsect1-judy.prev-description">
<h3 class="title">Descrição</h3>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type"><a href="language.pseudo-types.php#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><strong>Judy::prev</strong></span>
( <span class="methodparam"><span class="type"><a href="language.pseudo-types.php#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$index</code></span>
)</div>
<p class="para rdfs-comment">
Search (exclusive) for the previous index present that is less than the passed Index.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-judy.prev-parameters">
<h3 class="title">Parâmetros</h3>
<dl>
<dt>
<span class="term"><em><code class="parameter">index</code></em></span>
<dd>
<p class="para">
The index can be an integer or a string corresponding to the index where to start the search.
</p>
</dd>
</dt>
</dl>
</div>
<div class="refsect1 returnvalues" id="refsect1-judy.prev-returnvalues">
<h3 class="title">Valor Retornado</h3>
<p class="para">
Return the corresponding index in the array.
</p>
</div>
</div><?php manual_footer(); ?>