Changeset 3175 for libcaca/trunk/caca-php/examples/text.php
- Timestamp:
- Nov 1, 2008, 2:44:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/text.php
r3137 r3175 15 15 * http://sam.zoy.org/wtfpl/COPYING for more details. 16 16 */ 17 18 if (!posix_isatty(STDOUT)) 19 die("You have to run this program with php-cli!\n"); 17 20 18 21 $string = <<<EOT
Note: See TracChangeset
for help on using the changeset viewer.