Changeset 3268 for libcaca/trunk/caca-php/examples/colors.php
- Timestamp:
- Nov 4, 2008, 4:56:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/colors.php
r3260 r3268 17 17 * http://sam.zoy.org/wtfpl/COPYING for more details. 18 18 */ 19 20 if (php_sapi_name() != "cli") { 21 die("You have to run this program with php-cli!\n"); 22 } 19 23 20 24 $cv = caca_create_canvas(80, 24);
Note: See TracChangeset
for help on using the changeset viewer.