From 952013f93dfdb85b5b9de6e509832090055ab1ee Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 28 Feb 2000 03:34:16 +0000 Subject: [PATCH] now validates with "make test" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20643 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ibase.xml | 93 ++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 52 deletions(-) diff --git a/functions/ibase.xml b/functions/ibase.xml index 9dbb473594..ceeaaf472c 100644 --- a/functions/ibase.xml +++ b/functions/ibase.xml @@ -1,18 +1,7 @@ InterBase functions InterBase - - checkdate - validate a date/time - - - Description - - int checkdate - int month - int day - int year - + @@ -27,19 +16,16 @@ Description int ibase_connect - string database - string username - string password - - - + string database + string username + string password - - Opens a connection to an Interbase database. - - - See also: ibase_pconnect. - + + Opens a connection to an Interbase database. + + + See also: ibase_pconnect. + @@ -49,21 +35,19 @@ + Description int ibase_connect - string database - string username - string password - - - + string database + string username + string password - - Opens a persistent connection to an Interbase database. - - - See also ibase_connect. - + + Opens a persistent connection to an Interbase database. + + + See also ibase_connect. + @@ -76,11 +60,11 @@ Description int ibase_close - int connection_id + int connection_id - - Close a connection to an Interbase database. This function takes a connection id returned from ibase_connect. - + + Close a connection to an Interbase database. This function takes a connection id returned from ibase_connect. + @@ -93,14 +77,16 @@ Description int ibase_query - int link_identifier - string query - int bind_args + int link_identifier + string query + int bind_args - - Performs a query on a Interbase database, returning a result identifier for use with ibase_fetch_row, - ibase_free_result and ibase_free_query. - + + Performs a query on a Interbase database, returning a result + identifier for use with ibase_fetch_row, + ibase_free_result and + ibase_free_query. + @@ -132,8 +118,9 @@ int ibase_free_result int result_identifier - - Free's a result set the has been created by ibase_query. + + Free's a result set the has been created by ibase_query. + @@ -149,9 +136,11 @@ int link_identifier string query - - Prepare a query for later binding of parameter placeholders (via ibase_bind) and execution - (via ibase_execute). + + Prepare a query for later binding of parameter placeholders (via + ibase_bind) and execution (via + ibase_execute). +