PHP.mk документација
scoutapm_list_instrumented_functions
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
function.scoutapm-list-instrumented-functions.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
function.scoutapm-list-instrumented-functions.php
scoutapm_list_instrumented_functions
Референца за `function.scoutapm-list-instrumented-functions.php` со подобрена типографија и навигација.
scoutapm_list_instrumented_functions
(PECL scoutapm >= 1.0.2)
scoutapm_list_instrumented_functions — List functions scoutapm will instrument.
= NULL
scoutapm_list_instrumented_functions(): array
Returns a list of the functions the extension will instrument.
Параметри
Оваа функција нема параметри.
Вратени вредности
scoutapm_list_instrumented_functions() returns an array containing a list of all functions that the scoutapm extension is able to instrument in the current installation.
Примери
Example #1 Fetch the list of functions scoutapm will instrument
<?php
print_r(scoutapm_list_instrumented_functions());
?>Горниот пример ќе прикаже нешто слично на:
Array
(
[0] => file_get_contents
[1] => file_put_contents
[2] => fopen
[3] => fread
[4] => fwrite
[5] => pdo->exec
[6] => pdo->query
[7] => pdo->prepare
[8] => pdostatement->execute
)
Белешки од корисници
Нема белешки од корисници за оваа страница.