gcdb::get_caller()
最后更新于:2021-11-26 08:36:20
gcdb::get_caller()Retrieves a comma-separated list of the names of the functions that called gcdb.
响应
(string) Comma-separated list of the calling functions.
源文件
文件: gc-includes/gc-db.php
public function get_caller() {
return gc_debug_backtrace_summary( __CLASS__ );
}