Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 541 - 560 из 3519.
Упорядочить по:
URL
|
дате изменения
541. yaz_ccl_parse
... PHP 4 >= 4.0.5) yaz_ccl_parse -- Invoke CCL Parser . int yaz_ccl_parse ( int id, string query, array & result) . ... If the query could not be converted (because of invalid syntax, unknown field, etc.) this function returns FALSE and three indexes are set in the resulting array to indicate the cause of failure: errorcode CCL error code (integer), errorstring CCL error string, and errorpos approximate position in query of failure (integer is character position). ... yaz_ccl_conf . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-ccl-parse.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
542. yaz_ccl_conf
... PHP 4 >= 4.0.5) yaz_ccl_conf -- Configure CCL parser . int yaz_ccl_conf ( int id, array config) . This function configures the CCL query parser for a target with definitions of access points (CCL qualifiers) and their mapping to RPN. ... Each index of the array config is the name of a CCL field and the corresponding value holds a string that specifies a mapping to RPN. The mapping is a sequence of attribute-type, attribute-value pairs. ... CCL configuration . ... yaz_ccl_parse ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-ccl-conf.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
543. yaz_scan_result
... Next . PHP 4 >= 4.0.5) yaz_scan_result -- Returns Scan Response result . array yaz_scan_result ( int id [, array & result]) . Given a target ID this function returns and array with terms as received from the target in the last Scan Response. This function returns an array (0..n-1) where n is the number of terms returned. Each value is a pair where first item is term, second item is result-count. ... yaz_scan . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-scan-result.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
544. yaz_scan
... PHP 4 >= 4.0.5) yaz_scan -- Prepares for a scan . ... starterm); yaz_wait(); $errno = yaz_errno($id); if ($errno == 0) { $ar = yaz_scan_result($id,&$options); echo 'Scan ok; '; $ar = yaz_scan_result($id, &$options); while(list($key,$val)=each($options)) { echo "$key = $val "; } echo '<br><table><tr><td>'; while(list($key,list($k, $term, $tcount))=each($ar)) { if (empty($k)) continue; echo "<tr><td>$term</td><td>"; echo $tcount; echo "</td></tr>"; } echo '</table>'; } else { echo "Scan failed. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-scan.html -- 6.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
545. yaz_present
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) yaz_present -- Prepares for retrieval (Z39.50 present). int yaz_present ( (void);) . This function prepares for retrieval of records after a successful search. The yaz_range() should be called prior to this function to specify the range of records to be retrieved. Prev . Home . Next . yaz_search . Up . yaz_syntax
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-present.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
546. yaz_syntax
. PHP Manual . Prev . Next . (PHP 4 ) yaz_syntax -- Specifies the preferred record syntax for retrieval. int yaz_syntax ( int id, string syntax) . The syntax is specified as an OID (Object Identifier) in a raw dot-notation (like 1.2.840.10003.5.10 ) or as one of the known registered record syntaxes (sutrs, usmarc, grs1, xml, etc.). This function is used in conjunction with yaz_search() and yaz_present() to specify the preferred record syntax for retrieval. Prev . Home . Next . yaz_present . Up . yaz_scan
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-syntax.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
547. yaz_record
... PHP 4 ) yaz_record -- Returns a record . int yaz_record ( int id, int pos, string type) . Returns record at position or empty string if no record exists at given position. ... If no database record exists at the given position an empty string is returned. ... If type is "string" the record is returned in a string representation suitable for printing (for XML and SUTRS). If type is "array" the record is returned as an array representation (for structured records). ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-record.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
548. yaz_search
... PHP 4 ) yaz_search -- Prepares for a search . int yaz_search ( int id, string type, string query) . ... and query1 query2 . ... or query1 query2 . ... set name . ... attr set type=value query . ... computer matches documents where "computer" occur. ... attr 1=4 art attribute type is 1 (Bib-1 use), attribute value is 4 Title), so this should match documents where art occur in the title. ... The query matches documents where art occur in the title and in which donald knuth occur in the author. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-search.html -- 7.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
549. yaz_range
. PHP Manual . Prev . Next . (PHP 4 ) yaz_range -- Specifies the maximum number of records to retrieve . int yaz_range ( int id, int start, int number) . This function is used in conjunction with yaz_search() to specify the maximum number of records to retrieve (number) and the first record position (start). If this function is not invoked (only yaz_search() ) start is set to 1 and number is set to 10. Returns TRUE on success; FALSE on error. Prev . Home . Next . yaz_database . Up . yaz_record
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-range.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
550. yaz_database
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) yaz_database -- Specifies the databases within a session . int yaz_database ( int id, string databases) . This function specifies one or more databases to be used in search, retrieval, etc. - overriding databases specified in call to yaz_connect() . Multiple databases are separated by a plus sign + . This function allows you to use different sets of databases within a session. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-database.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
551. yaz_element
. PHP Manual . Prev . Next . (PHP 4 ) yaz_element -- Specifies Element-Set Name for retrieval . int yaz_element ( int id, string elementset) . This function is used in conjunction with yaz_search() and yaz_present() to specify the element set name for records to be retrieved. Most servers support F (full) and B (brief). Returns TRUE on success; FALSE on error. Prev . Home . Next . yaz_hits . Up . yaz_database
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-element.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
552. yaz_hits
. PHP Manual . Prev . Next . (PHP 4 ) yaz_hits -- Returns number of hits for last search . int yaz_hits ( int id) . yaz_hits() returns number of hits for last search. Prev . Home . Next . yaz_error . Up . yaz_element
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-hits.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
553. yaz_error
. PHP Manual . Prev . Next . (PHP 4 ) yaz_error -- Returns error description . string yaz_error ( int id) . Returns error message for target (last request). An empty string is returned if last operation was a success. yaz_error() returns an english text message corresponding to the last error number as returned by yaz_errno() . Prev . Home . Next . yaz_errno . Up . yaz_hits
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-error.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
554. yaz_connect
... PHP 4 ) yaz_connect -- Prepares for a connection and Z-association to a Z39.50 target. int yaz_connect ( string zurl [, mixed options]) . ... If the second argument, options , is given as a string it is treated as the Z39.50 V2 authentication string (OpenAuth). If options is given as an array the contents of the array serves as options. ... Cookie for session (YAZ proxy). proxy . Proxy for connection (YAZ proxy). persistent . ... By default connections are persistent. piggyback . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-connect.html -- 5.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
555. yaz_errno
... Next . PHP 4 ) yaz_errno -- Returns error number . ... Returns error for target (last request). A positive value is returned if the target returned a diagnostic code; a value of zero is returned if no errors occurred (success); negative value is returned for other errors (such as when the target closed connection, etc). yaz_errno() should be called after network activity for each target - (after yaz_wait() returns) to determine the success or failure of the last operation (e.g. search). ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-errno.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
556. yaz_addinfo
. PHP Manual . Prev . Next . (PHP 4 ) yaz_addinfo -- Returns additional error information . int yaz_addinfo ( int id) . Returns additional error message for target (last request). An empty string is returned if last operation was a success or if no additional information was provided by the target. Prev . Home . Next . YAZ functions . Up . yaz_close
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-addinfo.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
557. yaz_close
. PHP Manual . Prev . Next . (PHP 4 ) yaz_close -- Closes a YAZ connection . int yaz_close ( int id) . Closes the Z-association given by id . The id is a target ID as returned by a previous yaz_connect() command. Prev . Home . Next . yaz_addinfo . Up . yaz_connect
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-close.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
558. xslt_set_scheme_handlers
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) xslt_set_scheme_handlers -- Set the scheme handlers for the XSLT processor . void xslt_set_scheme_handlers ( resource processor, array handlers) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . xslt_set_sax_handlers . Up . YAZ functions
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-scheme-handlers.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
559. xslt_set_sax_handlers
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) xslt_set_sax_handlers -- Set the SAX handlers to be called when the XML document gets processed . void xslt_set_sax_handlers ( resource processor, array handlers) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . xslt_set_encoding . Up . xslt_set_scheme_handlers
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-sax-handlers.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
560. XSLT functions
PHP Manual . ... XSLT (Extensible Stylesheet Language (XSL) Transformations) is a language for transforming XML documents into other XML documents. ... This extension uses Sablotron and expat , which can both be found at http://www.gingerall.com/ . ... This PHP extension provides a processor independent API to XSLT transformations. ... xslt_set_sax_handler -- Set SAX handlers for a XSLT processor . xslt_set_scheme_handler -- Set Scheme handlers for a XSLT processor . ... xslt_set_log ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.xslt.html -- 6.7 Кб -- 03.02.2002
Похожие документы
Похожие документы