This function prepares for a Z39.50 Scan Request, where parameter
id specifies connection. Starting term
point for the scan is given by startterm.
The form in which the starting term is specified is given by parameter
type. Currently only type rpn
is supported. The optional parameter flags
specifies additional information to control the behaviour of the
scan request. Three indexes are currently read from the flags:
number (number of terms requested),
position (preferred position of term) and
stepSize (preferred step size).
To actually transfer the Scan Request to the server and receive the
Scan Response, yaz_wait() must be called. Upon
completion of yaz_wait() call
yaz_error() and yaz_scan_result() to
handle the response.
The syntax of startterm is similar to the
RPN query as described in yaz_search(). The
startterm consists of zero or more @attr-operator
specifications, then followed by exactly one token.
yaz scan 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 yaz scan 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.