PHP chunk_split() FunctionPHP chunk_split() function is used to splits a string into smaller parts or chunks. The function does not alter the original string. Syntax:
Example 1Output: Hello ...javatp...oint!... Example 2Output: Your string is: Hello By using 'chunk_split()' function your string is: H.e.l.l.o. Next TopicPHP String |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India