PHP Function List
oci2 doesn't exist. Closest matches:
- ociparse
- ocierror
- ceil
- ocilogon
- ocifetch
- join
- ocicommit
- proc_nice
- ociplogon
- ociresult
- oci_close
- localtime
- oci_error
- ocinlogon
- ocicancel
- oci_fetch
- ocilogoff
- oci_parse
- bcdiv
- flock
Site Search Results
-
ocicollgetelem — Alias of OCI-Collection::getElem; ocicollmax — Alias of OCI-Collection::max; ocicollsize — Alias of OCI-Collection::size; ocicolltrim — Alias of OCI-Collection::trim
-
Commits the outstanding transaction for the Oracle connection. A commit ends the current transaction and makes permanent all changes. It releases all locks held.
-
Returns a connection identifier needed for most other OCI8 operations. See Connection Handling for general information on connection management and connection pooling.
-
Prepares sql_text using connection and returns the statement identifier, which can be used with oci_bind_by_name(), oci_execute() and other functions.
-
oci_fetch_array (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch_array — Returns the next row from a query as an associative or numeric array
-
Executes a statement previously returned from oci_parse(). After execution, statements like INSERT will have data committed to the database by default.
-
oci_fetch_all (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch_all — Fetches multiple rows from a query into a two-dimensional array
-
Parameters. resource. For most errors, resource is the resource handle that was passed to the failing function call. For connection errors with oci_connect(), oci ...
-
oci_fetch (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch — Fetches the next row from a query into internal buffers
-
oci_set_prefetch (PHP 5, PECL OCI8 >= 1.1.0) oci_set_prefetch — Sets number of rows to be prefetched by queries

Other forms of search
To search the string "oci2" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
