PHP str_split() Function - W3Schools Online Web Tutorials
Return Value: If length is less than 1, the str_split() function will return FALSE. If length is larger than the length of string, the entire string will be returned as the only element of the array. PHP Version: 5+...