| 
update : 2015.11.03
php.shukuma.com 검색:
  | yaz_scan(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_scan — Prepares for a scan 설명
   void yaz_scan
    ( resource  $id, string$type, string$startterm[, array$flags] )This function prepares for a Z39.50 Scan Request on the specified connection. 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. 인수
 
 반환값값을 반환하지 않습니다. 예제
 Example #1 PHP function that scans titles 
<?php |