Changeset 3268 for libcaca/trunk/caca-php/examples/render.php
- Timestamp:
- Nov 4, 2008, 4:56:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/render.php
r3150 r3268 1 1 #!/usr/bin/php5 2 2 <? 3 4 if (php_sapi_name() != "cli") { 5 die("You have to run this program with php-cli!\n"); 6 } 3 7 4 8 $pig_str = <<<EOT
Note: See TracChangeset
for help on using the changeset viewer.