<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.oci8.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ref.oci8.php',
    1 => 'OCI8 İşlevleri',
    2 => 'OCI8 İşlevleri',
  ),
  'up' => 
  array (
    0 => 'book.oci8.php',
    1 => 'OCI8',
  ),
  'prev' => 
  array (
    0 => 'oci8.datatypes.php',
    1 => 'Supported Datatypes',
  ),
  'next' => 
  array (
    0 => 'function.oci-bind-array-by-name.php',
    1 => 'oci_bind_array_by_name',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oci8/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.oci8.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.oci8" class="reference">
  <h1 class="title">OCI8 İşlevleri</h1>

  















































































































































































































































































<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="function.oci-bind-array-by-name.php">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.php">oci_bind_by_name</a> — Binds a PHP variable to an Oracle placeholder</li><li><a href="function.oci-cancel.php">oci_cancel</a> — Cancels reading from cursor</li><li><a href="function.oci-client-version.php">oci_client_version</a> — Returns the Oracle client library version</li><li><a href="function.oci-close.php">oci_close</a> — Closes an Oracle connection</li><li><a href="function.oci-commit.php">oci_commit</a> — Commits the outstanding database transaction</li><li><a href="function.oci-connect.php">oci_connect</a> — Connect to an Oracle database</li><li><a href="function.oci-define-by-name.php">oci_define_by_name</a> — Associates a PHP variable with a column for query fetches</li><li><a href="function.oci-error.php">oci_error</a> — Returns the last error found</li><li><a href="function.oci-execute.php">oci_execute</a> — Executes a statement</li><li><a href="function.oci-fetch.php">oci_fetch</a> — Fetches the next row from a query into internal buffers</li><li><a href="function.oci-fetch-all.php">oci_fetch_all</a> — Fetches multiple rows from a query into a two-dimensional array</li><li><a href="function.oci-fetch-array.php">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.php">oci_fetch_assoc</a> — Returns the next row from a query as an associative array</li><li><a href="function.oci-fetch-object.php">oci_fetch_object</a> — Returns the next row from a query as an object</li><li><a href="function.oci-fetch-row.php">oci_fetch_row</a> — Returns the next row from a query as a numeric array</li><li><a href="function.oci-field-is-null.php">oci_field_is_null</a> — Checks if a field in the currently fetched row is null</li><li><a href="function.oci-field-name.php">oci_field_name</a> — Returns the name of a field from the statement</li><li><a href="function.oci-field-precision.php">oci_field_precision</a> — Tell the precision of a field</li><li><a href="function.oci-field-scale.php">oci_field_scale</a> — Tell the scale of the field</li><li><a href="function.oci-field-size.php">oci_field_size</a> — Returns field's size</li><li><a href="function.oci-field-type.php">oci_field_type</a> — Returns a field's data type name</li><li><a href="function.oci-field-type-raw.php">oci_field_type_raw</a> — Tell the raw Oracle data type of the field</li><li><a href="function.oci-free-descriptor.php">oci_free_descriptor</a> — Frees a descriptor</li><li><a href="function.oci-free-statement.php">oci_free_statement</a> — Frees all resources associated with statement or cursor</li><li><a href="function.oci-get-implicit-resultset.php">oci_get_implicit_resultset</a> — Returns the next child statement resource from a parent statement resource that has Oracle Database Implicit Result Sets</li><li><a href="function.oci-lob-copy.php">oci_lob_copy</a> — Copies large object</li><li><a href="function.oci-lob-is-equal.php">oci_lob_is_equal</a> — Compares two LOB/FILE locators for equality</li><li><a href="function.oci-new-collection.php">oci_new_collection</a> — Allocates new collection object</li><li><a href="function.oci-new-connect.php">oci_new_connect</a> — Connect to the Oracle server using a unique connection</li><li><a href="function.oci-new-cursor.php">oci_new_cursor</a> — Allocates and returns a new cursor (statement handle)</li><li><a href="function.oci-new-descriptor.php">oci_new_descriptor</a> — Initializes a new empty LOB or FILE descriptor</li><li><a href="function.oci-num-fields.php">oci_num_fields</a> — Returns the number of result columns in a statement</li><li><a href="function.oci-num-rows.php">oci_num_rows</a> — Returns number of rows affected during statement execution</li><li><a href="function.oci-parse.php">oci_parse</a> — Prepares an Oracle statement for execution</li><li><a href="function.oci-password-change.php">oci_password_change</a> — Changes password of Oracle's user</li><li><a href="function.oci-pconnect.php">oci_pconnect</a> — Connect to an Oracle database using a persistent connection</li><li><a href="function.oci-register-taf-callback.php">oci_register_taf_callback</a> — Register a user-defined callback function for Oracle Database TAF</li><li><a href="function.oci-result.php">oci_result</a> — Returns field's value from the fetched row</li><li><a href="function.oci-rollback.php">oci_rollback</a> — Rolls back the outstanding database transaction</li><li><a href="function.oci-server-version.php">oci_server_version</a> — Returns the Oracle Database version</li><li><a href="function.oci-set-action.php">oci_set_action</a> — Sets the action name</li><li><a href="function.oci-set-call-timout.php">oci_set_call_timeout</a> — Sets a millisecond timeout for database calls</li><li><a href="function.oci-set-client-identifier.php">oci_set_client_identifier</a> — Sets the client identifier</li><li><a href="function.oci-set-client-info.php">oci_set_client_info</a> — Sets the client information</li><li><a href="function.oci-set-db-operation.php">oci_set_db_operation</a> — Sets the database operation</li><li><a href="function.oci-set-edition.php">oci_set_edition</a> — Sets the database edition</li><li><a href="function.oci-set-module-name.php">oci_set_module_name</a> — Sets the module name</li><li><a href="function.oci-set-prefetch.php">oci_set_prefetch</a> — Sets number of rows to be prefetched by queries</li><li><a href="function.oci-set-prefetch-lob.php">oci_set_prefetch_lob</a> — Sets the amount of data prefetched for each CLOB or BLOB.</li><li><a href="function.oci-statement-type.php">oci_statement_type</a> — Returns the type of a statement</li><li><a href="function.oci-unregister-taf-callback.php">oci_unregister_taf_callback</a> — Unregister a user-defined callback function for Oracle Database TAF</li></ul>
</div>
<?php manual_footer($setup); ?>