mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some more ws, thanks alindeman
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128734 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49753523ac
commit
6b2dd02515
9 changed files with 42 additions and 42 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-autocommit">
|
||||
<refnamediv>
|
||||
<refname>mysqli_autocommit</refname>
|
||||
|
@ -22,8 +22,8 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>Using the mysqli_autocommit function</title>
|
||||
<programlisting role="php">
|
||||
<title>Using the mysqli_autocommit function</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-change-user">
|
||||
<refnamediv>
|
||||
<refname>mysqli_change_user</refname>
|
||||
|
@ -43,8 +43,8 @@
|
|||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title>Using the mysqli_change_user function</title>
|
||||
<programlisting role="php">
|
||||
<title>Using the mysqli_change_user function</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-character-set-name">
|
||||
<refnamediv>
|
||||
<refname>mysqli_character_set_name</refname>
|
||||
|
@ -17,8 +17,8 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>Using the mysqli_character_set_name function</title>
|
||||
<programlisting role="php">
|
||||
<title>Using the mysqli_character_set_name function</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-connect">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect</refname>
|
||||
|
@ -50,8 +50,8 @@
|
|||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title>Using the mysqli_connect function</title>
|
||||
<programlisting role="php">
|
||||
<title>Using the mysqli_connect function</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -60,7 +60,7 @@ $link = mysqli_connect("localhost", "foo", "password", "bar");
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-data-seek">
|
||||
<refnamediv>
|
||||
<refname>mysqli_data_seek</refname>
|
||||
|
@ -26,8 +26,8 @@
|
|||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title>Using the mysqli_data_seek function</title>
|
||||
<programlisting role="php">
|
||||
<title>Using the mysqli_data_seek function</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-debug">
|
||||
<refnamediv>
|
||||
<refname>mysqli_debug</refname>
|
||||
|
@ -18,8 +18,8 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>Generating a Trace File</title>
|
||||
<programlisting role="php">
|
||||
<title>Generating a Trace File</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-error">
|
||||
<refnamediv>
|
||||
<refname>mysqli_error</refname>
|
||||
|
@ -21,8 +21,8 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>Using the mysqli_error function</title>
|
||||
<programlisting role="php">
|
||||
<title>Using the mysqli_error function</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-execute">
|
||||
<refnamediv>
|
||||
<refname>mysqli_execute</refname>
|
||||
|
@ -30,8 +30,8 @@
|
|||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title>Using the mysqli_execute function</title>
|
||||
<programlisting role="php">
|
||||
<title>Using the mysqli_execute function</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-fetch-array">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_array</refname>
|
||||
|
@ -41,8 +41,8 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>mysqli_fetch_array with MYSQLI_NUM</title>
|
||||
<programlisting role="php">
|
||||
<title>mysqli_fetch_array with MYSQLI_NUM</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
mysqli_connect("localhost", "mysql_user", "mysql_password") or
|
||||
|
@ -58,11 +58,11 @@
|
|||
mysqli_free_result($result);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title>mysqli_fetch_array with MYSQLI_ASSOC</title>
|
||||
<programlisting role="php">
|
||||
<title>mysqli_fetch_array with MYSQLI_ASSOC</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
mysqli_connect("localhost", "mysql_user", "mysql_password") or
|
||||
|
@ -78,11 +78,11 @@
|
|||
mysqli_free_result($result);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title>mysqli_fetch_array with MYSQLI_BOTH</title>
|
||||
<programlisting role="php">
|
||||
<title>mysqli_fetch_array with MYSQLI_BOTH</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
mysqli_connect("localhost", "mysql_user", "mysql_password") or
|
||||
|
@ -98,7 +98,7 @@
|
|||
mysqli_free_result($result);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue