PHP Null Bytes von der Zeichenfolge entfernen
$text = str_replace("\0", "", $text);
Friendly Hawk
$text = str_replace("\0", "", $text);