Skip to content

Instantly share code, notes, and snippets.

@MrWhiteD
Last active June 19, 2024 12:09
Show Gist options
  • Save MrWhiteD/6bed532b9b9feb555bcee9fe2db60243 to your computer and use it in GitHub Desktop.
Save MrWhiteD/6bed532b9b9feb555bcee9fe2db60243 to your computer and use it in GitHub Desktop.
[Дебаг в консоль] #consol #debug
if (!function_exists('console_log')) {
function console_log($data): void
{
echo '<script>';
echo 'console.log(' . json_encode($data) . ')';
echo '</script>';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment