Splits a string into a series of smaller parts.
Syntax
chunk_split(string,length,end)
Example
$string="Hello Raj"; echo chunk_split($string,'2','...');
Output
He...ll...o ...Ra...j
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.