mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
link set and get profiling and fix the seealso
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331036 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fbc5da98f6
commit
1d2c0b9b9e
2 changed files with 12 additions and 4 deletions
|
@ -56,10 +56,10 @@ public function getProfilingLevel() {
|
|||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
MongoDB core docs on <link xlink:href="&url.mongodb.dochub.profiling;">profiling</link>
|
||||
and <function>MongoDB::setProfilingLevel</function>.
|
||||
</para>
|
||||
<simplelist>
|
||||
<member>MongoDB core docs on <link xlink:href="&url.mongodb.dochub.profiling;">profiling</link></member>
|
||||
<member><methodname>MongoDB::setProfilingLevel</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -76,6 +76,14 @@ $result = $this->command(array('profile' => 1, 'slowms' => 1000));
|
|||
Returns the previous profiling level.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member>MongoDB core docs on <link xlink:href="&url.mongodb.dochub.profiling;">profiling</link></member>
|
||||
<member><methodname>MongoDB::getProfilingLevel</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue