Functions Php

     $a= array("foo" => "testing", 0 => 10, 1 => "mystring");
     echo serialize($a);
?>