Changeset 3210 for libcaca/trunk/caca-php/examples/www/figlet.php
- Timestamp:
- Nov 2, 2008, 6:49:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/figlet.php
r3204 r3210 59 59 while (($it = readdir($dir)) != false) { 60 60 if (is_file($path.$it) and ereg("\.[tf]lf$", $it)) { 61 echo "<b>font : $it</b>\n <pre>";61 echo "<b>font : $it</b>\n"; 62 62 show_figlet("Libcaca", $path.$it); 63 echo "</pre>";64 63 } 65 64 }
Note: See TracChangeset
for help on using the changeset viewer.