Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10682

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>OCI8 Functions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="oci8.datatypes.html">Supported Datatypes</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.oci-bind-array-by-name.html">oci_bind_array_by_name</a></div>
 <div class="up"><a href="book.oci8.html">OCI8</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ref.oci8" class="reference">
  <h1 class="title">OCI8 Functions</h1>

  















































































































































































































































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.oci-bind-array-by-name.html">oci_bind_array_by_name</a> — Binds a PHP array to an Oracle PL/SQL array parameter</li><li><a href="function.oci-bind-by-name.html">oci_bind_by_name</a> — Binds a PHP variable to an Oracle placeholder</li><li><a href="function.oci-cancel.html">oci_cancel</a> — Cancels reading from cursor</li><li><a href="function.oci-client-version.html">oci_client_version</a> — Returns the Oracle client library version</li><li><a href="function.oci-close.html">oci_close</a> — Closes an Oracle connection</li><li><a href="function.oci-commit.html">oci_commit</a> — Commits the outstanding database transaction</li><li><a href="function.oci-connect.html">oci_connect</a> — Connect to an Oracle database</li><li><a href="function.oci-define-by-name.html">oci_define_by_name</a> — Associates a PHP variable with a column for query fetches</li><li><a href="function.oci-error.html">oci_error</a> — Returns the last error found</li><li><a href="function.oci-execute.html">oci_execute</a> — Executes a statement</li><li><a href="function.oci-fetch-all.html">oci_fetch_all</a> — Fetches multiple rows from a query into a two-dimensional array</li><li><a href="function.oci-fetch-array.html">oci_fetch_array</a> — Returns the next row from a query as an associative or numeric array</li><li><a href="function.oci-fetch-assoc.html">oci_fetch_assoc</a> — Returns the next row from a query as an associative array</li><li><a href="function.oci-fetch-object.html">oci_fetch_object</a> — Returns the next row from a query as an object</li><li><a href="function.oci-fetch-row.html">oci_fetch_row</a> — Returns the next row from a query as a numeric array</li><li><a href="function.oci-fetch.html">oci_fetch</a> — Fetches the next row from a query into internal buffers</li><li><a href="function.oci-field-is-null.html">oci_field_is_null</a> — Checks if the field is NULL</li><li><a href="function.oci-field-name.html">oci_field_name</a> — Returns the name of a field from the statement</li><li><a href="function.oci-field-precision.html">oci_field_precision</a> — Tell the precision of a field</li><li><a href="function.oci-field-scale.html">oci_field_scale</a> — Tell the scale of the field</li><li><a href="function.oci-field-size.html">oci_field_size</a> — Returns field's size</li><li><a href="function.oci-field-type-raw.html">oci_field_type_raw</a> — Tell the raw Oracle data type of the field</li><li><a href="function.oci-field-type.html">oci_field_type</a> — Returns field's data type</li><li><a href="function.oci-free-descriptor.html">oci_free_descriptor</a> — Frees a descriptor</li><li><a href="function.oci-free-statement.html">oci_free_statement</a> — Frees all resources associated with statement or cursor</li><li><a href="function.oci-get-implicit-resultset.html">oci_get_implicit_resultset</a> — Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets</li><li><a href="function.oci-internal-debug.html">oci_internal_debug</a> — Enables or disables internal debug output</li><li><a href="function.oci-lob-copy.html">oci_lob_copy</a> — Copies large object</li><li><a href="function.oci-lob-is-equal.html">oci_lob_is_equal</a> — Compares two LOB/FILE locators for equality</li><li><a href="function.oci-new-collection.html">oci_new_collection</a> — Allocates new collection object</li><li><a href="function.oci-new-connect.html">oci_new_connect</a> — Connect to the Oracle server using a unique connection</li><li><a href="function.oci-new-cursor.html">oci_new_cursor</a> — Allocates and returns a new cursor (statement handle)</li><li><a href="function.oci-new-descriptor.html">oci_new_descriptor</a> — Initializes a new empty LOB or FILE descriptor</li><li><a href="function.oci-num-fields.html">oci_num_fields</a> — Returns the number of result columns in a statement</li><li><a href="function.oci-num-rows.html">oci_num_rows</a> — Returns number of rows affected during statement execution</li><li><a href="function.oci-parse.html">oci_parse</a> — Prepares an Oracle statement for execution</li><li><a href="function.oci-password-change.html">oci_password_change</a> — Changes password of Oracle's user</li><li><a href="function.oci-pconnect.html">oci_pconnect</a> — Connect to an Oracle database using a persistent connection</li><li><a href="function.oci-result.html">oci_result</a> — Returns field's value from the fetched row</li><li><a href="function.oci-rollback.html">oci_rollback</a> — Rolls back the outstanding database transaction</li><li><a href="function.oci-server-version.html">oci_server_version</a> — Returns the Oracle Database version</li><li><a href="function.oci-set-action.html">oci_set_action</a> — Sets the action name</li><li><a href="function.oci-set-client-identifier.html">oci_set_client_identifier</a> — Sets the client identifier</li><li><a href="function.oci-set-client-info.html">oci_set_client_info</a> — Sets the client information</li><li><a href="function.oci-set-edition.html">oci_set_edition</a> — Sets the database edition</li><li><a href="function.oci-set-module-name.html">oci_set_module_name</a> — Sets the module name</li><li><a href="function.oci-set-prefetch.html">oci_set_prefetch</a> — Sets number of rows to be prefetched by queries</li><li><a href="function.oci-statement-type.html">oci_statement_type</a> — Returns the type of a statement</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="oci8.datatypes.html">Supported Datatypes</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.oci-bind-array-by-name.html">oci_bind_array_by_name</a></div>
 <div class="up"><a href="book.oci8.html">OCI8</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>