PHP: str_split - Manual - PHP: Hypertext Preprocessor
Note that in atleast in PHP 5.5.9 (Zend Engine v2.5.0), str_split with an integer value as an argument may return unpredictable results. If your number contains leading 0's, the result array is unprdictable as it may contain any number of digits from the ...