chunk_split (php 4, php 5, php 7, php 8) chunk_split diviser une chaîne en morceaux plus petits

<?php
// format $data using RFC 2045 semantics
$new_string = chunk_split(base64_encode($data));
?>
SAMER SAEID