- Timestamp:
- Oct 29, 2008, 2:19:38 PM (14 years ago)
- Location:
- libcaca/trunk/caca-php/examples
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/cacainfo.php
r3132 r3135 64 64 echo "* $name\n"; 65 65 echo "\n"; 66 67 ?> -
libcaca/trunk/caca-php/examples/cacapig.php
r3129 r3135 67 67 } 68 68 69 ?> -
libcaca/trunk/caca-php/examples/demo.php
r3132 r3135 367 367 368 368 main(); 369 370 ?> -
libcaca/trunk/caca-php/examples/dithering.php
r3126 r3135 20 20 sleep(5); 21 21 22 23 24 22 ?> -
libcaca/trunk/caca-php/examples/figfont.php
r3133 r3135 34 34 echo caca_export_string($cv, "utf8"); 35 35 36 36 ?> -
libcaca/trunk/caca-php/examples/polyline.php
r3132 r3135 41 41 sleep(5); 42 42 43 ?> -
libcaca/trunk/caca-php/examples/text.php
r3111 r3135 59 59 echo caca_export_string($cv, "utf8"); 60 60 61 62 61 ?>
Note: See TracChangeset
for help on using the changeset viewer.