Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

chunk_split (PHP 4, PHP 5, PHP 7, PHP 8) chunk_split — Split a string into smaller chunks

<?php
// format $data using RFC 2045 semantics
$new_string = chunk_split(base64_encode($data));
?>
 
PREVIOUS NEXT
Tagged: #PHP #PHP #PHP #Split #string #smaller #chunks
ADD COMMENT
Topic
Name
2+9 =