DuckSoup documentation


Tree structures >> TopTagsQuery


Parameters passed
limit => 5

Resultant array
Array
(
    [result] => Array
        (
            [limit] => 5
        )

    [item] => Array
        (
            [0] => Array
                (
                    [tag] => Music
                    [posts] => 198098
                )

            [1] => Array
                (
                    [tag] => ???
                    [posts] => 186513
                )

            [2] => Array
                (
                    [tag] => News
                    [posts] => 157867
                )

            [3] => Array
                (
                    [tag] => ??
                    [posts] => 138482
                )

            [4] => Array
                (
                    [tag] => Entertainment
                    [posts] => 126152
                )

        )

)


« Tree structures       Code samples»