PHP: str_split - Manual - PHP: Hypertext Preprocessor
this function can perform a reverse str_split. I write it for PHP4 but you can rename It for other versions.. if ( !function_exists('str_split') ) {function str_split($string,$split_length=1){ $sign = (($split_length...