$ array = array (0, 1, 2, 3); session_start (); $ _ session = $ array; print_r ($ _ session);
The entire array has a $ _Session.