*
* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What the Fuck You Want
* to Public License, Version 2, as published by Sam Hocevar. See
* http://www.wtfpl.net/ for more details.
*/
?>
sample program for libcaca php binding
5 ? CACA_LIGHTBLUE : CACA_WHITE), CACA_DEFAULT);
$a = caca_get_attr($cv, -1, -1);
caca_put_attr($cv, $i, $j, $a);
caca_put_attr($cv, $i + 1, $j, $a);
}
}
caca_set_canvas_size($cv, 18, 6);
caca_set_color_ansi($cv, CACA_LIGHTGREEN, CACA_DEFAULT);
caca_put_str($cv, 14, 0, "Moo!");
caca_set_color_ansi($cv, CACA_LIGHTRED, CACA_DEFAULT);
caca_put_char($cv, 14, 1, hexdec("2765")); //U+2765
caca_put_char($cv, 16, 1, hexdec("2764")); //U+2764
echo caca_export_string($cv, "html3");
}
just_for_fun();
?>
libcaca version:
Available drivers:
$name)
echo '- ' . htmlspecialchars("$name ($type)") . '
';
?>
Available import formats:
$name)
echo '- ' . htmlspecialchars("$name ($format)") . '
';
?>
Available export formats:
$name)
echo '- ' . htmlspecialchars("$name ($format)") . '
';
?>
Available caca fonts:
' . htmlspecialchars("$name") . '';
?>