[ 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 since: 1.7 param: string $msg Message to add to the debug log 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 since: 1.7.3 param: bool $bool Debug on or off return: void |
yourls_get_debug_mode() X-Ref |
Return YOURLS debug mode since: 1.7.7 return: bool |
Generated: Fri Apr 18 05:10:03 2025 | Cross-referenced by PHPXref 0.7.1 |