Added missing example titles

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325453 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2012-04-26 05:52:56 +00:00
parent 79e1f57eaf
commit 8cc198b20d
9 changed files with 11 additions and 5 deletions

View file

@ -9,6 +9,7 @@
</para>
<para>
<example>
<title>Using SQL hint constants</title>
<para>
The query cache is controlled by SQL hints. SQL hints are used to enable and
disable caching. SQL hints can be used to set the
@ -129,6 +130,7 @@ MYSQLND_QC_TTL_SWITCH: qc_ttl=
</para>
<para>
<example>
<title>Example <function>mysqlnd_qc_set_cache_condition</function> usage</title>
<para>
The function <function>mysqlnd_qc_set_cache_condition</function> allows setting conditions
for automatic caching of statements which don't begin with the SQL hints

View file

@ -41,6 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>mysqlnd_qc_get_available_handlers</function> example</title>
<programlisting role="php">
<![CDATA[
<?php

View file

@ -429,6 +429,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>mysqlnd_qc_get_cache_info</function> example</title>
<para>
The example shows the output from the built-in default storage handler.
Other storage handler may report different data.

View file

@ -380,6 +380,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>mysqlnd_qc_get_core_stats</function> example</title>
<programlisting role="php">
<![CDATA[
<?php

View file

@ -154,6 +154,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>mysqlnd_qc_get_normalized_query_trace_log</function> example</title>
<programlisting role="ini">
<![CDATA[
mysqlnd_qc.collect_normalized_query_trace=1

View file

@ -150,7 +150,8 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<programlisting role="ini">
<title><function>mysqlnd_qc_get_query_trace_log</function> example</title>
<programlisting role="ini">
<![CDATA[
mysqlnd_qc.collect_query_trace=1
]]>

View file

@ -95,7 +95,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<para></para>
<title><function>mysqlnd_qc_set_cache_condition</function> example</title>
<programlisting role="php">
<![CDATA[
<?php

View file

@ -64,9 +64,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<para>
</para>
<title><function>mysqlnd_qc_set_is_select</function> example</title>
<programlisting role="php">
<![CDATA[
<?php

View file

@ -68,6 +68,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>mysqlnd_qc_set_storage_handler</function> example</title>
<para>
The example shows the output from the built-in default storage handler.
Other storage handler may report different data.