Changeset 457789
- Timestamp:
- 10/31/2011 01:58:18 PM (14 years ago)
- File:
-
- 1 edited
-
qqpress/trunk/qqpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qqpress/trunk/qqpress.php
r457635 r457789 435 435 //汉字截断 436 436 function getstr($string, $length, $encoding = 'utf-8') { 437 $string = trim($string);437 $string = strip_tags(trim($string)); 438 438 439 439 if ($length && strlen($string) > $length) {
Note: See TracChangeset
for help on using the changeset viewer.