udm_get_res_param -- Get mnoGoSearch result parameters
Syntax
string udm_get_res_param ( resource res, int param )
udm_get_res_param() returns result parameter value on
success, FALSE on error.
res - a link to result identifier, received after
call to udm_find().
param - parameter identifier, may have the following values:
UDM_PARAM_NUM_ROWS - number of received found links on the current page. It is equal to
UDM_PARAM_PAGE_SIZE for all search pages, on the last page - the rest of links.
UDM_PARAM_FOUND - total number of results matching the query.
UDM_PARAM_WORDINFO - information on the words found. E.g. search for
"a good book" will return "a: stopword, good:5637, book: 120"
UDM_PARAM_SEARCHTIME - search time in seconds.
UDM_PARAM_FIRST_DOC - the number of the first document displayed on current page.
UDM_PARAM_LAST_DOC - the number of the last document displayed on current page.
Php udm get res param Function syntax tag
udm get res param php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php udm get res param syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.