====
github.com/progorker =_============
_ __ _ _ ___ __ _ ___ _ _| |_____ _ _
| '_ \ '_/ _ \/ _` / _ \ '_| / / -_) '_|
| .__/_| \___/\__, \___/_| |_\_\___|_|
=|_|===========|___/======================
API References of phpTestor
----- oOo -----
[procedure] api_testor_e_procedures
==========================================
-------|__/-------------------------
SYNTAX
------------------------------------
function \phptestor\api_testor_e_procedures( $p_mysql_database, $p_find, &$p_names ) {
}
-------|__/-------------------------
USAGE
------------------------------------
$) $mysql_db = 'mytestor'; $mysql_find = ''; $names = ''; \phptestor\api_testor_e_procedures( $mysql_db, $mysql_find, $names ); echo "\n", "Procedures: ", $names, "\n";
----------------------------
Procedures: api_testor_case , api_testor_change_password , api_testor_clean , api_testor_contains , api_testor_create_user , api_testor_current_user , api_testor_equals , api_testor_error , api_testor_e_functions , api_testor_e_procedures , api_testor_e_tables , api_testor_failed , api_testor_finish , api_testor_greater_than , api_testor_less_than , api_testor_login , api_testor_logout , api_testor_man , api_testor_not_contains , api_testor_not_equals , api_testor_not_greater_than , api_testor_not_less_than , api_testor_not_same , api_testor_not_true , api_testor_option , api_testor_pattern , api_testor_result , api_testor_same , api_testor_source , api_testor_source_list , api_testor_success , api_testor_suite , api_testor_suite_case , api_testor_test , api_testor_true , api_testor_user_rights , api_testor_version
----------------------------