123, 'b' => 456); } $res = get(); $a = $res['a']; $b = $res['b']; echo sprintf("%d %d\r\n", $a, $b); ?>