how can i set both attribute and parameters at a time to a function call in PHP:
Above in this post way to set attribute or param are discussed but not both at a time.
i need this:
<SearchRequest limit="10" offset="20">
<query>is:unread</query>
</SearchRequest>
Thanks |