function funcion(){ // código... return array('title' => $title, 'page' => $page); } $info = funcion(); echo $info['title'];