1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-23 23:02:09 +01:00
Files
archived-doc-tr/reference/mysql/book.xml
2026-01-19 03:23:10 +00:00

62 lines
2.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 15d88bef8b9082fb92a3753a9e7551f9cf1836d3 Maintainer: mustafa Status: ready -->
<!-- State: deprecated -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.mysql">
<?phpdoc extension-membership="pecl"?>
<title>Özgün MySQL API</title>
<titleabbrev>MySQL (Özgün)</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.mysql">
&reftitle.intro;
<simpara>
Bu eklentinin kullanımı PHP 5.5.0 itibariyle önerilmemekte olup
PHP 7.0.0'da kaldırılmıştır. Bu eklentinin yerine ya
<link linkend="book.mysqli">mysqli</link> ya da
<link linkend="ref.pdo-mysql">PDO_MySQL</link> eklentisi kullanılmalıdır.
MySQL API seçerken <link linkend="mysqlinfo.api.choosing">MySQL API'ye
Bakış</link> belgesi yardımcı olabilir.
</simpara>
<simpara>
Bu işlevler MySQL veritabanı sunucularına erişmenizi sağlar.
MySQL hakkında daha fazla bilgi <link xlink:href="&url.mysql;">&url.mysql;</link> adresinde bulunabilir.
</simpara>
<simpara>
MySQL belgeleri <link xlink:href="&url.mysql.docs;">&url.mysql.docs;</link> adresinde bulunabilir.
</simpara>
<simpara>
MySQL veritabanı ürünleri ve bağlanabilirlik kuralları hakkında
<xref linkend="mysqli.overview"/> bölümünde bilgi bulabilirsiniz.
</simpara>
</preface>
<!-- }}} -->
&reference.mysql.setup;
&reference.mysql.changelog;
&reference.mysql.constants;
&reference.mysql.examples;
&reference.mysql.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->