From 19ad88ba07947670464745373189cba168d9250d Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 28 Feb 2000 14:52:23 +0000 Subject: [PATCH] Fixed a couple of problems. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20675 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ibase.xml | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/functions/ibase.xml b/functions/ibase.xml index d5113584ee..d1b307c1c4 100644 --- a/functions/ibase.xml +++ b/functions/ibase.xml @@ -16,38 +16,29 @@ Description int ibase_connect - string database - string username - string password - - - + string database + string + username + + string + password + - - Opens a connection to an Interbase database. + + Opens a connection to an Interbase database. <function>ibase_connect</function> example -$dbh = ibase_connect($host, $username, $password); +$dbh = ibase_connect ($host, $username, $password); $stmt = 'SELECT * FROM tblname'; $sth = ibase_query($dbh, $stmt); -while ( $row = ibase_fetch_object($sth) ) { +while ($row = ibase_fetch_object($sth)) { print $row->name . "\n"; } ibase_close($dbh); - - - See also: ibase_pconnect. - - string database - string username - string password - - - Opens a connection to an Interbase database. - + See also: ibase_pconnect. @@ -256,7 +247,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../manual.ced" +sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil