Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 521 - 540 из 3519.
Упорядочить по:
URL
|
дате изменения
521. zip_entry_filesize
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) zip_entry_filesize -- Retrieve the Actual File Size of a Directory Entry . int zip_entry_filesize ( resource zip_entry) . Returns the actual size of the directory entry specified by zip_entry . The parameter zip_entry is a valid directory entry returned by zip_read() . See also zip_open() and zip_read() . Prev . Home . Next . zip_entry_compressionmethod . Up . zip_entry_name
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.zip-entry-filesize.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
522. zip_entry_compressionmethod
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) zip_entry_compressionmethod -- Retrieve the Compression Method of a Directory Entry . string zip_entry_compressionmethod ( resource zip_entry) . Returns the compression method of the directory entry specified by zip_entry . The parameter zip_entry is a valid directory entry returned by zip_read() . See also zip_open() and zip_read() . Prev . Home . Next . zip_entry_compressedsize . Up . zip_entry_filesize
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.zip-entry-compressionmethod.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
523. zip_entry_close
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) zip_entry_close -- Close a Directory Entry . void zip_entry_close ( resource zip_entry) . Closes a directory entry specified by zip_entry . The parameter zip_entry must be a valid directory entry opened by zip_entry_open() . This function has no return value. See also zip_entry_open() and zip_entry_read() . Prev . Home . Next . zip_close . Up . zip_entry_compressedsize
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.zip-entry-close.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
524. zip_entry_compressedsize
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) zip_entry_compressedsize -- Retrieve the Compressed Size of a Directory Entry . int zip_entry_compressedsize ( resource zip_entry) . Returns the compressed size of the directory entry specified by zip_entry . The parameter zip_entry is a valid directory entry returned by zip_read() . See also zip_open() and zip_read() . Prev . Home . Next . zip_entry_close . Up . zip_entry_compressionmethod
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.zip-entry-compressedsize.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
525. zip_close
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) zip_close -- Close a Zip File Archive . void zip_close ( resource zip) . Closes a zip file archive. The parameter zip must be a zip archive previously opened by zip_open() . This function has no return value. See also zip_open() and zip_read() . Prev . Home . Next . Zip File Functions (Read Only Access) . Up . zip_entry_close
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.zip-close.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
526. YP/NIS Functions
PHP Manual . ... Next . NIS (formerly called Yellow Pages) allows network management of important administrative files (e.g. the password file). ... yp_order -- Returns the order number for a map . yp_master -- Returns the machine name of the master NIS server for a map . ... yp_first -- Returns the first key-value pair from the named map . yp_next -- Returns the next key-value pair in the named map. yp_errno -- Returns the error code of the previous operation . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.nis.html -- 4.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
527. yp_cat
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) yp_cat -- Return an array containing the entire map . array yp_cat ( string domain, string map) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . yp_all . Up . Zip File Functions (Read Only Access)
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-cat.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
528. yp_all
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) yp_all -- Traverse the map and call a function on each entry . void yp_all ( string domain, string map, string callback) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . yp_err_string . Up . yp_cat
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-all.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
529. yp_err_string
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) yp_err_string -- Returns the error string associated with the previous operation . string yp_err_string ( (void);) . yp_err_string() returns the error message associated with the previous operation. Useful to indicate what exactly went wrong. Example 1. Example for NIS errors . <?php echo "Error: " . yp_err_string(); ?> . See also yp_errno() . Prev . Home . Next . yp_errno . Up . yp_all
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-err-string.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
530. yp_errno
... PHP 4 >= 4.0.6) yp_errno -- Returns the error code of the previous operation . ... yp_errno() returns the error code of the previous operation. ... 1 args to function are bad . 2 RPC failure - domain has been unbound . 3 can't bind to server on this domain . 4 no such map in server's domain . ... 8 no more records in map database . 9 can't communicate with portmapper . 10 can't communicate with ypbind . 11 can't communicate with ypserv . ... 13 yp database is bad . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-errno.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
531. yp_next
PHP Manual . ... Next . 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) yp_next -- Returns the next key-value pair in the named map. array yp_next ( string domain, string map, string key) . yp_next() returns the next key-value pair in the named map after the specified key or FALSE . ... php $entry = yp_next ($domain, "passwd.byname", "joe"); if (!$entry) { echo "No more entries found\n"; <!-- echo yp_errno() . yp_err_string(); --> } $key = key ($entry); echo "The next entry after joe has key " . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-next.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
532. yp_first
PHP Manual . ... 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) yp_first -- Returns the first key-value pair from the named map . array yp_first ( string domain, string map) . yp_first() returns the first key-value pair from the named map in the named domain, otherwise FALSE . Example 1. Example for the NIS first . php $entry = yp_first($domain, "passwd.byname"); $key = $entry ["key"]; $value = $entry ["value"]; echo "First entry in this map has key " . key . and value " . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-first.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
533. yp_match
PHP Manual . ... 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) yp_match -- Returns the matched line . string yp_match ( string domain, string map, string key) . yp_match() returns the value associated with the passed key out of the specified map or FALSE . This key must be exact. Example 1. ... php $entry = yp_match ($domain, "passwd.byname", "joe"); echo "Matched entry is: " . entry; ?> In this case this could be: joe:##joe:11111:100:Joe User:/home/j/joe:/usr/local/bin/bash . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-match.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
534. yp_master
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) yp_master -- Returns the machine name of the master NIS server for a map . string yp_master ( string domain, string map) . yp_master() returns the machine name of the master NIS server for a map. Example 1. Example for the NIS master . <?php $number = yp_master ($domain, $mapname); echo "Master for this map is: " . $master; ?> . See also yp-get-default-domain() . Prev . Home . Next . yp_order . Up . yp_match
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-master.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
535. yp_order
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) yp_order -- Returns the order number for a map . int yp_order ( string domain, string map) . yp_order() returns the order number for a map or FALSE . Example 1. Example for the NIS order . <?php $number = yp_order($domain,$mapname); echo "Order number for this map is: " . $number; ?> . See also yp-get-default-domain() . Prev . Home . Next . yp_get_default_domain . Up . yp_master
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-order.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
536. yp_get_default_domain
PHP Manual . Prev . Next . 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) yp_get_default_domain -- Fetches the machine's default NIS domain . int yp_get_default_domain ( (void);) . yp_get_default_domain() returns the default domain of the node or FALSE . ... Every host that needs to look up information binds itself to a certain domain. ... Example 1. Example for the default domain . php $domain = yp_get_default_domain(); echo "Default NIS domain is: " . domain; ?> ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yp-get-default-domain.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
537. YAZ functions
PHP Manual . ... This extension offers a PHP interface to the YAZ toolkit that implements the Z39.50 protocol for information retrieval. ... When invoked with no arguments it prints a query form; else (arguments are supplied) it searches the targets as given in in array host . $num_hosts = count ($ host ); if (empty($term) || count($ host ) == 0) { echo ' form method= get input type= checkbox name = host [] value= bagel.indexdata.dk/gils GILS test input type= checkbox name = ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.yaz.html -- 9.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
538. yaz_sort
... PHP 4 >= 4.1.0) yaz_sort -- Sets sorting criteria . int yaz_sort ( int id, string criteria) . This function sets sorting criteria and enables Z39.50 Sort. ... field1 flags1 field2 flags2 ... where field1 specifies primary attributes for sort, field2 seconds, etc.. ... Sort ascending . ... To sort on Bib1 attribute title, case insensitive, and ascending you'd use the following sort criteria: . ... If the secondary sorting criteria should be author, case sensitive and ascending you'd use: . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-sort.html -- 5.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
539. yaz_wait
PHP Manual . Prev . Next . PHP 4 ) yaz_wait -- Wait for Z39.50 requests to complete . int yaz_wait ( [ array options]) . ... yaz_wait() returns when all targets have either completed all requests or aborted (in case of errors). If the options array is given that holds options that change the behaviour of yaz_wait() . timeout . Sets timeout in seconds. If a target hasn't responded within the timeout it is considered dead and yaz_wait() returns. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-wait.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
540. yaz_itemorder
... transaction-id,initial-requester-id,person-or-institution-symbol,person . ... transaction-id,initial-requester-id,name-of-person-or-institution,name-of-person . transaction-id,initial-requester-id,name-of-person-or-institution,name-of-institution . ... delivery-address,postal-address,name-of-person-or-institution,name-of-person . delivery-address,postal-address,name-of-person-or-institution,name-of-institution . ... billing-address,postal-address,name-of-person-or-institution,name-of-person . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.yaz-itemorder.html -- 7.6 Кб -- 03.02.2002
Похожие документы
Похожие документы