Changeset 98 for devel/www/code.php
- Timestamp:
- Jul 31, 2008, 4:13:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/code.php
r96 r98 560 560 { 561 561 if($code = array_search($string[$i].$string[($i + 1)], $coding)) 562 $string = substr($string, 0, $i).chr($code).substr($string, $i + 2);562 $string = substr($string, 0, $i).chr($code).substr($string, $i + 2); 563 563 } 564 564 return $string;
Note:
See TracChangeset
for help on using the changeset viewer.