Source for file str_split.php
Documentation is available at str_split.php
* @version $Id: str_split.php,v 1.1 2007/09/09 20:39:49 pitlinz Exp $
//---------------------------------------------------------------
* UTF-8 aware alternative to str_split
* Convert a string to an array
* Note: requires utf8_strlen to be loaded
* @param string UTF-8 encoded
* @param int number to characters to split string by
* @return string characters in string reverses
* @see http://www.php.net/str_split
if ( !preg_match('/^[0-9]+$/',$split_len) ||
$split_len <
1 ) {
if ( $len <=
$split_len ) {
preg_match_all('/.{'.
$split_len.
'}|[^\x00]{1,'.
$split_len.
'}$/us', $str, $ar);
Documentation generated on Thu, 08 Jan 2009 17:48:36 +0100 by phpDocumentor 1.4.0a2