★ wanayoo — archive 1999 http://www.php.net/manual/function.ora-close.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Oracle
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Oracle
* Ora_Bind
* Ora_Close
* Ora_ColumnName
* Ora_ColumnType
* Ora_Commit
* Ora_CommitOff
* Ora_CommitOn
* Ora_Error
* Ora_ErrorCode
* Ora_Exec
* Ora_Fetch
* Ora_GetColumn
* Ora_Logoff
* Ora_Logon
* Ora_Open
* Ora_Parse
* Ora_Rollback
Manual: Ora_Close
View the source code for this pageSearch the site



Previous page
 Ora_Bind
 Updated
Sat, 12 Aug 2000
Ora_ColumnName 
Next page


Ora_Close

(unknown)

Ora_Close -- close an Oracle cursor

Description

int ora_close (int cursor)

Returns true if the close succeeds, otherwise false. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions.

This function closes a data cursor opened with ora_open().


User Contributed Notes: Ora_Close


kk@shonline.de
05-Aug-1998 08:19
According to the source, this functions always returns either "wrong parameter count" or "true". The return value of the Oracle C API function "ora_del_cursor()" is never evaluated.



 About Notes


Previous page
 Ora_Bind
 Updated
Sat, 12 Aug 2000
Ora_ColumnName 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.