Chunk_split (Php 4, Php 5, Php 7, Php 8) Chunk_split teilen eine Zeichenfolge in kleinere Stücke auf

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