Source of: /manual/en/function.dbplus-ropen.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.dbplus.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.dbplus-ropen.php',
1 => 'dbplus_ropen',
),
'up' =>
array (
0 => 'ref.dbplus.php',
1 => 'DB++ Functions',
),
'prev' =>
array (
0 => 'function.dbplus-rkeys.php',
1 => 'dbplus_rkeys',
),
'next' =>
array (
0 => 'function.dbplus-rquery.php',
1 => 'dbplus_rquery',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.dbplus-ropen" class="refentry">
<div class="refnamediv">
<h1 class="refname">dbplus_ropen</h1>
<p class="verinfo">(PHP 4 <= 4.1.0, PECL dbplus >= 0.9)</p><p class="refpurpose"><span class="refname">dbplus_ropen</span> — <span class="dc-title">Open relation file local</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.dbplus-ropen-description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">resource</span> <span class="methodname"><strong>dbplus_ropen</strong></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
)</div>
<p class="para rdfs-comment">
<span class="function"><strong>dbplus_ropen()</strong></span> will open the relation
<em><code class="parameter">file</code></em> locally for quick access without any
client/server overhead. Access is read only and only
<span class="function"><a href="function.dbplus-curr.php" class="function">dbplus_curr()</a></span> and
<span class="function"><a href="function.dbplus-next.php" class="function">dbplus_next()</a></span> may be applied to the returned
relation.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.dbplus-ropen-parameters">
<h3 class="title">Parameters</h3>
<p class="para">
<dl>
<dt>
<span class="term"><em><code class="parameter">name</code></em></span>
<dd>
<p class="para">
</p>
</dd>
</dt>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.dbplus-ropen-returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
</p>
</div>
<div class="refsect1 notes" id="refsect1-function.dbplus-ropen-notes">
<h3 class="title">Notes</h3>
<div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
</p></div>
</div>
</div><?php manual_footer(); ?>