[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/Database/ -> Profiler.php (summary)

Custom profiler for YOURLS

File Size: 40 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Profiler:: (1 method):
  finish()


Class: Profiler  - X-Ref

finish($statement = null, array $values = [])   X-Ref
Finishes and logs a profile entry.

We're just overriding the original class finish() to
- not throw an exception and collect a backtrace that will remain unused
- not flatten the array of 'values' into a string

return: void
param: string $statement The statement being profiled, if any.
param: array $values The values bound to the statement, if any.



Generated: Thu Sep 19 05:10:04 2024 Cross-referenced by PHPXref 0.7.1