Kohana v3.3.2
This commit is contained in:
@@ -24,4 +24,4 @@ function _str_split($str, $split_length = 1)
|
||||
preg_match_all('/.{'.$split_length.'}|[^\x00]{1,'.$split_length.'}$/us', $str, $matches);
|
||||
|
||||
return $matches[0];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user