ciąg php do tablicy
$array = explode(' ', $string);
Sleepy Squirrel
$array = explode(' ', $string);
<?php
$realArray = (array) $stdClass;
?>