scoutapm_list_instrumented_functionsList functions scoutapm will instrument. Description
array scoutapm_list_instrumented_functions()
Returns a list of the functions the extension will instrument. ParametersThis function has no parameters. Return Valuesscoutapm_list_instrumented_functions returns an array containing a list of all functions that the scoutapm extension is able to instrument in the current installation. Examples
Example #1 Fetch the list of functions scoutapm will instrument
The above example will output something similar to: 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 ) |