* PHP (as the current mainstream development language) function used to intercept strings of a specific length, while processing Chinese characters.
* Returns the intercepted string; if the string length is less than or If equal to parameter $str_len, the original string is returned.
*
* @access(favorite for small websites) public
* @param string $str The string that needs to be intercepted.
* @param integer $str_len The length of the intercepted string.
* @param string $str_append When the interception operation occurs, the string added at the end of the intercepted string. The default value is
http://www.bkjia.com/PHPjc/508667.html