Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

ibase_db_info

(PHP 5)

ibase_db_info --  Request statistics about a database

Description

string ibase_db_info ( resource service_handle, string db, int action [, int argument] )

Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.



add a note add a note User Contributed Notes
ibase_db_info
markus
14-Jan-2007 09:31
I used the following code to test the different returns for the following actions
(in order from least info to more additional info.
(use  pre tags for output)

4    Database header page information
2    Database header page information + “Database log page information”
1   + table, but not per index pages
8   + index pages, but not system
16  + index pages including system

<?php
$databaseUser
= "sysdba";
$databasePassword = "edumate2";
$res  = ibase_service_attach( "localhost" , $databaseUser, $databasePassword);

// No idea what the optional argument is for yet.
// every action besides 2,4,8,16 (tested 32) returned the following warning:
// WARNING [2] ibase_db_info() [function.ibase-db-info]: Unrecognised option (5)
$i=$_REQUEST["i"];
if (
is_null($i) || empty($i)) $i=4;
echo
"####################### action = $i #######################<br>\n";
echo
"info:(\n";
echo
ibase_db_info($res, "/var/lib/firebird/data/dbinfo.gdb" , $i  );
echo
"\n)<br>\n";

ibase_service_detach ($res);
?>

(ps. I dislike fb)

ibase_delete_user> <ibase_connect
Last updated: Fri, 26 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571