Published on : August 13, 2020
Title:php.str_split
Purpose: Split the string “Hello” into an array.
Syntax:[php.str_split p1=”Hello” o.set=template.ssplite /]
Input Parameter
:p1: String
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.
Example[php.str_split p1=”Hello” o.set=template.ssplite /]