Source of: /manual/ro/class.chdb.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.chdb.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'ro',
),
'this' =>
array (
0 => 'class.chdb.php',
1 => 'chdb',
),
'up' =>
array (
0 => 'book.chdb.php',
1 => 'chdb',
),
'prev' =>
array (
0 => 'chdb.examples.php',
1 => 'Exemple',
),
'next' =>
array (
0 => 'chdb.construct.php',
1 => 'chdb::__construct',
),
'alternatives' =>
array (
),
'extra_header_links' =>
array (
'rel' => 'alternate',
'href' => '/manual/en/feeds/class.chdb.atom',
'type' => 'application/atom+xml',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="class.chdb" class="reference">
<h1 class="title">The chdb class</h1>
<div class="partintro"><p class="verinfo">(No version information available, might only be in SVN)</p>
<div class="section" id="chdb.intro">
<h2 class="title">Introducere</h2>
<p class="para">
Represents a loaded chdb file.
</p>
</div>
<div class="section" id="chdb.synopsis">
<h2 class="title">Sinopsisul clasei</h2>
<div class="classsynopsis">
<div class="ooclass"></div>
<div class="classsynopsisinfo">
<span class="ooclass">
<strong class="classname">chdb</strong>
</span>
{</div>
<div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="methodname"><a href="chdb.construct.php" class="methodname">__construct</a></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$pathname</code></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">string</span> <span class="methodname"><a href="chdb.get.php" class="methodname">get</a></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$key</code></span>
)</div>
}</div>
</div>
</div>
<h2>Cuprins</h2><ul class="chunklist chunklist_reference"><li><a href="chdb.construct.php">chdb::__construct</a> — Creates a chdb instance</li><li><a href="chdb.get.php">chdb::get</a> — Gets the value associated with a key</li></ul>
</div>
<?php manual_footer(); ?>