Skip to content

Instantly share code, notes, and snippets.

View makoni's full-sized avatar

Sergey makoni

View GitHub Profile
@makoni
makoni / gist:1080919
Created July 13, 2011 18:16
PHP function for resizing animated GIF with Imagick
<?php
/**
* Функция для дебага в браузере
* @param $smth - что выводить
* @param boolean $stop - остановить скрипт после вывода
*/
function dbg( $smth, $stop = false ) {
echo "<xmp>";
print_r( $smth );
echo "</xmp>";