perchè fare

Codice PHP:
$string="pippo";

for (
$x=0;$x<strlen($stringa);$x++)
{
echo 
$string{$x}."
"
;

non potrebbe essere meglio di un while?