cvs: phpdoc-hu /reference/mysqli/functions mysqli-bind-param.xml mysqli-bind-result.xml mysqli-close.xml mysqli-disable-reads-from-master.xml mysqli-execute.xml mysqli-get-metadata.xml mysqli-param-count.xml mysqli-send-long-data.xml mysqli-send-query.xml mysqli-thread-safe.xml
[email protected] ("Lajos Cseppent?")
| Newsgroups | php.doc.hu |
|---|---|
| Message-ID | <cvschappy1172262767@cvsserver> |
chappy Fri Feb 23 20:32:47 2007 UTC
Added files:
/phpdoc-hu/reference/mysqli/functions mysqli-bind-param.xml
mysqli-bind-result.xml
mysqli-close.xml
mysqli-disable-reads-from-master.xml
mysqli-execute.xml
mysqli-get-metadata.xml
mysqli-param-count.xml
mysqli-send-long-data.xml
mysqli-send-query.xml
mysqli-thread-safe.xml
Log:
sync
chappy-20070223203247.txt
(text/plain, 16 KB)
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-bind-param.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-bind-param.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-bind-param.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.13 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-bind-param">
<refnamediv>
<refname>mysqli_bind_param</refname>
<refpurpose>Álnév: <function>mysqli_stmt_bind_param</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
Ez a függvény a <function>mysqli_stmt_bind_param</function> függvény álneve.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
A <function>mysqli_bind_param</function> függvény törölve lett.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_bind_param</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-bind-result.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-bind-result.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-bind-result.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.10 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-bind-result">
<refnamediv>
<refname>mysqli_bind_result</refname>
<refpurpose>Álnév: <function>mysqli_stmt_bind_result</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
Ez a függvény a <function>mysqli_stmt_bind_result</function> függvény álneve.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
A <function>mysqli_bind_result</function> függvény törölve lett.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_bind_result</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-close.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-close.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-close.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.13 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-close">
<refnamediv>
<refname>mysqli_close</refname>
<refname>mysqli->close()</refname>
<refpurpose>Bezárja az elõzõleg megnyitott adabázis kapcsolatot</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>Eljárást használó stílus:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_close</methodname>
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
</methodsynopsis>
<para>Objektum-orientált stylus (metódus):</para>
<classsynopsis>
<ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
<type>bool</type><methodname>close</methodname>
<void />
</methodsynopsis>
</classsynopsis>
<para>
Bezárja az elõzõleg megnyitott adabázis kapcsolatot.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
&mysqli.link.description;
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_connect</function></member>
<member><function>mysqli_init</function></member>
<member><function>mysqli_real_connect</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-disable-reads-from-master.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-disable-reads-from-master.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-disable-reads-from-master.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.11 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-disable-reads-from-master">
<refnamediv>
<refname>mysqli_disable_reads_from_master</refname>
<refname>mysqli->disable_reads_from_master()</refname>
<refpurpose>Kikapcsolja az olvasás a master-bõl</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>Eljárást használó stílus:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_disable_reads_from_master</methodname>
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
</methodsynopsis>
<para>Objektum-orientált stílus (metódus):</para>
<classsynopsis>
<ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
<type>void</type><methodname>disable_reads_from_master</methodname>
<void />
</methodsynopsis>
</classsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-execute.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-execute.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-execute.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.6 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-execute">
<refnamediv>
<refname>mysqli_execute</refname>
<refpurpose>Álnév: <function>mysqli_stmt_execute</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
Ez a függvény a <function>mysqli_stmt_execute</function> függvény álneve.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
A <function>mysqli_execute</function> függvény törölve lett.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_execute</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-get-metadata.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-get-metadata.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-get-metadata.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.7 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-get-metadata">
<refnamediv>
<refname>mysqli_get_metadata</refname>
<refpurpose>Álnév: <function>mysqli_stmt_result_metadata</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
Ez a függvény a <function>mysqli_stmt_result_metadata</function> függvény álneve.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
A <function>mysqli_get_metadata</function> függvény törölve lett.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_result_metadata</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-param-count.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-param-count.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-param-count.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.10 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-param-count">
<refnamediv>
<refname>mysqli_param_count</refname>
<refpurpose>Álnév: <function>mysqli_stmt_param_count</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
Ez a függvény a <function>mysqli_stmt_param_count</function> függvény álneve.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
A <function>mysqli_param_count</function> függvény törölve lett.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_param_count</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-send-long-data.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-send-long-data.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-send-long-data.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.8 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-send-long-data">
<refnamediv>
<refname>mysqli_send_long_data</refname>
<refpurpose>Álnév: <function>mysqli_stmt_send_long_data</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
Ez a függvény a <function>mysqli_stmt_send_long_data</function> függvény álneve.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
A <function>mysqli_send_long_data</function> függvény törölve lett.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_send_long_data</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-send-query.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-send-query.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-send-query.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.8 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-send-query">
<refnamediv>
<refname>mysqli_send_query</refname>
<refname>mysqli->send_query()</refname>
<refpurpose>Elküldi a lekérdezés és visszatér</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>Eljárást használó stílus:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_send_query</methodname>
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>Objektum-orientált stílus (metódus):</para>
<classsynopsis>
<ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
<type>bool</type><methodname>send_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
&warn.undocumented.func;
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/mysqli/functions/mysqli-thread-safe.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/mysqli/functions/mysqli-thread-safe.xml
+++ phpdoc-hu/reference/mysqli/functions/mysqli-thread-safe.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.7 Maintainer: chappy Status: ready -->
<refentry id="function.mysqli-thread-safe">
<refnamediv>
<refname>mysqli_thread_safe</refname>
<refpurpose>Visszaadja, hogy a thread safety (szál biztonság) be van-e állítva</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>Eljárást használó stílus:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_thread_safe</methodname>
<void />
</methodsynopsis>
<para>
Elmondja, hogy a klienskönyvtár thread-safe-ként van-e lefordítva.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&true;, ha a klienskönyvtár thread-safe, máskülönben &false;.
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->