Strings Php

$str = "   string \t \n";
$str = trim ($str, "\0x09\0x0a");
echo( $str );
echo(strlen($str));
?>