From b4a5bba8b8e04491be79ad88a3b6cef6123d7525 Mon Sep 17 00:00:00 2001 From: Nikos Mavroyanopoulos Date: Tue, 21 Aug 2001 09:02:05 +0000 Subject: [PATCH] updated to conform to the new api git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55635 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ovrimos.xml | 46 ++++++++++--------------------------------- 1 file changed, 10 insertions(+), 36 deletions(-) diff --git a/functions/ovrimos.xml b/functions/ovrimos.xml index a918d0cebb..1a0ccaa5fb 100644 --- a/functions/ovrimos.xml +++ b/functions/ovrimos.xml @@ -1,5 +1,5 @@ - + Ovrimos SQL functions OvrimosSQL @@ -82,7 +82,7 @@ if ($conn != 0) { ovrimos_result_all ($res); ovrimos_free_result ($res); } - ovrimos_close ($conn); + ovrimos_close($conn); } ?> @@ -118,31 +118,6 @@ if ($conn != 0) { - - - ovrimos_close_all - Closes all the connections to ovrimos - - - Description - - - void ovrimos_close_all - - - - - ovrimos_close_all is used to close all the - connections. - - - ovrimos_close_all closes all connections to - Ovrimos. This has the effect of rolling back uncommitted - transactions. - - - - ovrimos_longreadlen @@ -166,9 +141,8 @@ if ($conn != 0) { ovrimos_longreadlen specifies how many bytes are to be retrieved from long datatypes (long varchar and long - varbinary). Default is zero. Regardless of its taking a result_id - as an argument, it currently sets this parameter for all result - sets. Returns &true;. + varbinary). Default is zero. It currently sets this parameter + the specified result set. Returns &true;. @@ -216,7 +190,7 @@ if ($conn!=0) { } else { echo "Prepare not ok!\n"; } - ovrimos_close ($conn); + ovrimos_close($conn); } ?> @@ -373,7 +347,7 @@ if ($conn!=0) { } ovrimos_free_result ($res); } - ovrimos_close ($conn); + ovrimos_close($conn); } ?> @@ -438,7 +412,7 @@ if ($conn != 0) { } ovrimos_free_result ($res); } - ovrimos_close ($conn); + ovrimos_close($conn); } ?> @@ -522,7 +496,7 @@ if ($conn != 0) { } else { echo "Prepare not ok!\n"; } - ovrimos_close ($conn); + ovrimos_close($conn); } ?> @@ -553,7 +527,7 @@ if ($conn != 0) { ovrimos_result_all ($res); ovrimos_free_result ($res); } - ovrimos_close ($conn); + ovrimos_close($conn); } ?> @@ -573,7 +547,7 @@ if ($conn != 0) { echo ovrimos_num_rows ($res)." rows affected\n"; ovrimos_free_result ($res); } - ovrimos_close ($conn); + ovrimos_close($conn); } ?>