mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
79e1f57eaf
commit
8cc198b20d
9 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
]]>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue