<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.cubrid.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'cubridmysql.cubrid.php',
    1 => 'CUBRID MySQL Compatibility Functions',
    2 => 'CUBRID MySQL Compatibility Functions',
  ),
  'up' => 
  array (
    0 => 'book.cubrid.php',
    1 => 'CUBRID',
  ),
  'prev' => 
  array (
    0 => 'function.cubrid-version.php',
    1 => 'cubrid_version',
  ),
  'next' => 
  array (
    0 => 'function.cubrid-affected-rows.php',
    1 => 'cubrid_affected_rows',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/cubrid/cubridmysql.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/cubridmysql.cubrid.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="cubridmysql.cubrid" class="reference">
 <h1 class="title">CUBRID MySQL Compatibility Functions</h1>

 


































































































































<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="function.cubrid-affected-rows.php">cubrid_affected_rows</a> — Return the number of rows affected by the last SQL statement</li><li><a href="function.cubrid-client-encoding.php">cubrid_client_encoding</a> — Return the current CUBRID connection charset</li><li><a href="function.cubrid-close.php">cubrid_close</a> — Close CUBRID connection</li><li><a href="function.cubrid-data-seek.php">cubrid_data_seek</a> — Move the internal row pointer of the CUBRID result</li><li><a href="function.cubrid-db-name.php">cubrid_db_name</a> — Get db name from results of cubrid_list_dbs</li><li><a href="function.cubrid-errno.php">cubrid_errno</a> — Return the numerical value of the error message from previous CUBRID operation</li><li><a href="function.cubrid-error.php">cubrid_error</a> — Get the error message</li><li><a href="function.cubrid-fetch-array.php">cubrid_fetch_array</a> — Fetch a result row as an associative array, a numeric array, or both</li><li><a href="function.cubrid-fetch-assoc.php">cubrid_fetch_assoc</a> — Return the associative array that corresponds to the fetched row</li><li><a href="function.cubrid-fetch-field.php">cubrid_fetch_field</a> — Get column information from a result and return as an object</li><li><a href="function.cubrid-fetch-lengths.php">cubrid_fetch_lengths</a> — Return an array with the lengths of the values of each field from the current row</li><li><a href="function.cubrid-fetch-object.php">cubrid_fetch_object</a> — Fetch the next row and return it as an object</li><li><a href="function.cubrid-fetch-row.php">cubrid_fetch_row</a> — Return a numerical array with the values of the current row</li><li><a href="function.cubrid-field-flags.php">cubrid_field_flags</a> — Return a string with the flags of the given field offset</li><li><a href="function.cubrid-field-len.php">cubrid_field_len</a> — Get the maximum length of the specified field</li><li><a href="function.cubrid-field-name.php">cubrid_field_name</a> — Return the name of the specified field index</li><li><a href="function.cubrid-field-seek.php">cubrid_field_seek</a> — Move the result set cursor to the specified field offset</li><li><a href="function.cubrid-field-table.php">cubrid_field_table</a> — Return the name of the table of the specified field</li><li><a href="function.cubrid-field-type.php">cubrid_field_type</a> — Return the type of the column corresponding to the given field offset</li><li><a href="function.cubrid-list-dbs.php">cubrid_list_dbs</a> — Return an array with the list of all existing CUBRID databases</li><li><a href="function.cubrid-num-fields.php">cubrid_num_fields</a> — Return the number of columns in the result set</li><li><a href="function.cubrid-ping.php">cubrid_ping</a> — Ping a server connection or reconnect if there is no connection</li><li><a href="function.cubrid-query.php">cubrid_query</a> — Send a CUBRID query</li><li><a href="function.cubrid-real-escape-string.php">cubrid_real_escape_string</a> — Escape special characters in a string for use in an SQL statement</li><li><a href="function.cubrid-result.php">cubrid_result</a> — Return the value of a specific field in a specific row</li><li><a href="function.cubrid-unbuffered-query.php">cubrid_unbuffered_query</a> — Perform a query without fetching the results into memory</li></ul>
</div>
<?php manual_footer($setup); ?>