Source of: /manual/en/function.ibase-maintain-db.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ibase.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.ibase-maintain-db.php',
1 => 'ibase_maintain_db',
),
'up' =>
array (
0 => 'ref.ibase.php',
1 => 'Firebird/InterBase Functions',
),
'prev' =>
array (
0 => 'function.ibase-gen-id.php',
1 => 'ibase_gen_id',
),
'next' =>
array (
0 => 'function.ibase-modify-user.php',
1 => 'ibase_modify_user',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.ibase-maintain-db" class="refentry">
<div class="refnamediv">
<h1 class="refname">ibase_maintain_db</h1>
<p class="verinfo">(PHP 5)</p><p class="refpurpose"><span class="refname">ibase_maintain_db</span> — <span class="dc-title">Execute a maintenance command on the database server</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.ibase-maintain-db-description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><strong>ibase_maintain_db</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$service_handle</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$db</code></span>
, <span class="methodparam"><span class="type">int</span> <code class="parameter">$action</code></span>
[, <span class="methodparam"><span class="type">int</span> <code class="parameter">$argument</code><span class="initializer"> = 0</span></span>
] )</div>
<div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.ibase-maintain-db-returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns <strong><code>TRUE</code></strong> on success or <strong><code>FALSE</code></strong> on failure.
</p>
</div>
</div><?php manual_footer(); ?>