array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.ibase-maintain-db.php', 1 => 'ibase_maintain_db', 2 => 'Execute a maintenance command on the database server', ), 'up' => array ( 0 => 'ref.ibase.php', 1 => 'Firebird/InterBase 函数', ), '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 ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ibase/functions/ibase-maintain-db.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ibase_maintain_db

(PHP 5, PHP 7 < 7.4.0)

ibase_maintain_dbExecute a maintenance command on the database server

说明

ibase_maintain_db(
    resource $service_handle,
    string $db,
    int $action,
    int $argument = 0
): bool
警告

本函数还未编写文档,仅有参数列表。

返回值

成功时返回 true, 或者在失败时返回 false