From cc6b15ec30850ff2b984ad3457c22899f37752ad Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 28 Feb 2000 18:42:14 +0000 Subject: [PATCH] An example needs an title and an informalexample not. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20701 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ibase.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/ibase.xml b/functions/ibase.xml index 119447b38e..6a9535ead1 100644 --- a/functions/ibase.xml +++ b/functions/ibase.xml @@ -140,7 +140,7 @@ ibase_close($dbh); Fetches a row as a psuedo-object from a result id obtained either by ibase_query or ibase_execute. - + $dbh = ibase_connect ($host, $username, $password); $stmt = 'SELECT * FROM tblname'; @@ -150,7 +150,7 @@ while ($row = ibase_fetch_object($sth)) { } ibase_close($dbh); - + See also ibase_fetch_row.