mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Shorten scoutapm function refpurposes and move them to descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348747 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f1bf66824f
commit
410e060b06
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="function.scoutapm-get-calls" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>scoutapm_get_calls</refname>
|
||||
<refpurpose>Returns a list of any instrumented function calls since <function>scoutapm_get_calls</function> was last called. The list is cleared each time the function is called.</refpurpose>
|
||||
<refpurpose>Returns a list of instrumented calls that have occurred</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -13,6 +13,7 @@
|
|||
<type>array</type><methodname>scoutapm_get_calls</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>Returns a list of any instrumented function calls since <function>scoutapm_get_calls</function> was last called. The list is cleared each time the function is called.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="function.scoutapm-list-instrumented-functions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>scoutapm_list_instrumented_functions</refname>
|
||||
<refpurpose>Returns a list of the functions the extension will instrument.</refpurpose>
|
||||
<refpurpose>List functions scoutapm will instrument.</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -13,6 +13,7 @@
|
|||
<type>array</type><methodname>scoutapm_list_instrumented_functions</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>Returns a list of the functions the extension will instrument.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue