このくらい自分で調べなよ。

$A = 'ashitaha harerutoiina';
$Aarray = array();

for ($i = 0; $i < strlen($A); $i++)
{
 $Aarray[] = $A[$i];
}