teşekkür ederim,execute ile print edebildim,
bu çıktıdan sadece title kısmını nasıl parselleyebilirim acaba ?

Array
(
    [queryDebugString] => kozmoloji||||||
    [language] => english
    [results] => Array
        (
            [0] => Array
                (
                    [score] => 0.66666666666667
                    [obj] => Array
                        (
                            [_id] => MongoId Object
                                (
                                    [$id] => 51a264500ec3e26f1e2a7cea
                                )

                            [title] => Kozmoloji
                            [description] => Kozmoloji adına her şey !.
                        )

                )

            [1] => Array
                (
                    [score] => 0.66666666666667
                    [obj] => Array
                        (
                            [_id] => MongoId Object
                                (
                                    [$id] => 51a264a70ec3e2fb22cb76d0
                                )

                            [title] => Ceviz Kabuğundaki Evren
                            [description] => Kozmoloji - Fizik - Hawking
                        )

                )

        )

    [stats] => Array
        (
            [nscanned] => 2
            [nscannedObjects] => 0
            [n] => 2
            [nfound] => 2
            [timeMicros] => 93
        )

    [ok] => 1
)