scoutapm_list_instrumented_functions
PECL scoutapm >= 1.0.2
scoutapm_list_instrumented_functions - List functions scoutapm will instrument.
Code Examples
Example #1 Fetch the list of functions scoutapm will instrument
Result: 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
)