Changeset 3175 for libcaca/trunk/caca-php/examples/polyline.php
- Timestamp:
- Nov 1, 2008, 2:44:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/polyline.php
r3174 r3175 18 18 return $result; 19 19 } 20 21 if (!posix_isatty(STDOUT)) 22 die("You have to run this program with php-cli!\n"); 20 23 21 24 $canvas = caca_create_canvas(0, 0);
Note: See TracChangeset
for help on using the changeset viewer.