| [ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 68 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| yourls_debug_log(string $msg) X-Ref |
| Add a message to the debug log When in debug mode (YOURLS_DEBUG == true at startup or yourls_debug_mode() set to true later on), the debug log is echoed in yourls_html_footer(). Log messages are appended to $ydb->debug_log array, which is instantiated within class Database\YDB return: string The message itself since: 1.7 param: string $msg Message to add to the debug log |
| yourls_get_debug_log() X-Ref |
| Get the debug log return: array since: 1.7.3 |
| yourls_get_num_queries() X-Ref |
| Get number of SQL queries performed return: int |
| yourls_debug_mode(bool $bool) X-Ref |
| Debug mode set return: void since: 1.7.3 param: bool $bool Debug on or off |
| yourls_get_debug_mode() X-Ref |
| Return YOURLS debug mode return: bool since: 1.7.7 |
| Generated: Sat Aug 8 05:10:51 2026 | Cross-referenced by PHPXref 0.7.1 |