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