[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
Custom profiler for YOURLS
File Size: | 40 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Profiler:: (1 method):
finish()
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: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |