mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
$ in <varname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322383 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
df6729325e
commit
5ad5bd9009
15 changed files with 15 additions and 15 deletions
|
@ -57,7 +57,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->affected_rows</varname> example</title>
|
||||
<title><varname>$mysqli->affected_rows</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->connect_errno</varname> example</title>
|
||||
<title><varname>$mysqli->connect_errno</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->connect_error</varname> example</title>
|
||||
<title><varname>$mysqli->connect_error</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->errno</varname> example</title>
|
||||
<title><varname>$mysqli->errno</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->error</varname> example</title>
|
||||
<title><varname>$mysqli->error</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->field_count</varname> example</title>
|
||||
<title><varname>$mysqli->field_count</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->host_info</varname> example</title>
|
||||
<title><varname>$mysqli->host_info</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->protocol_version</varname> example</title>
|
||||
<title><varname>$mysqli->protocol_version</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->server_info</varname> example</title>
|
||||
<title><varname>$mysqli->server_info</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->server_version</varname> example</title>
|
||||
<title><varname>$mysqli->server_version</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->info</varname> example</title>
|
||||
<title><varname>$mysqli->info</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->insert_id</varname> example</title>
|
||||
<title><varname>$mysqli->insert_id</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->sqlstate</varname> example</title>
|
||||
<title><varname>$mysqli->sqlstate</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->thread_id</varname> example</title>
|
||||
<title><varname>$mysqli->thread_id</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><varname>mysqli->warning_count</varname> example</title>
|
||||
<title><varname>$mysqli->warning_count</varname> example</title>
|
||||
<para>&style.oop;</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue