XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2781 - 2800 из 3519.

В начало ] Пред. | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2781. dio_read
. PHP Manual . Prev . Next . (PHP 4 CVS only) dio_read -- Reads n bytes from fd and returns them, if n is not specified, reads 1k block . string dio_read ( resource fd [, int n]) . The function dio_read() reads and returns n bytes from file with descriptor resource . If n is not specified, dio_read() reads 1K sized block and returns them. Prev . Home . Next . dio_open . Up . dio_write
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dio-read.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2782. dio_write
. PHP Manual . Prev . Next . (PHP 4 CVS only) dio_write -- Writes data to fd with optional truncation at length . int dio_write ( resource fd, string data [, int len]) . The function dio_write() writes up to len bytes from data to file fd . If len is not specified, dio_write() writes all data to the specified file. dio_write() returns the number of bytes written to fd . Prev . Home . Next . dio_read . Up . dio_truncate
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dio-write.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2783. dbplus_xlockrel
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_xlockrel -- Request exclusive lock on relation . int dbplus_xlockrel ( resource relation) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_xlockrel() will request an exclusive lock on relation preventing even read access from other clients. See also dbplus_xunlockrel() . ... dbplus_xunlockrel ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-xlockrel.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2784. dbplus_xunlockrel
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_xunlockrel -- Free exclusive lock on relation . int dbplus_xunlockrel ( resource relation) . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. dbplus_xunlockrel() will release an exclusive lock on relation previously obtained by dbplus_xlockrel() . ... dbplus_xlockrel . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-xunlockrel.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2785. DB++ Functions
... The behaviour of this extension, including the names of its functions, and anything else documented about this extension may change in a future release of PHP without notice. Be warned and use this extension at your own risk. db++, made by the german company Concept asa , is a relational database system with high performance and low memory and disk usage in mind. ... The record is write locked . ... ERR_LOCKED . ... Write error on relation . ... dbplus_getlock -- Get a write lock on a tuple . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.dbplus.html -- 18.5 Кб -- 03.02.2002
Похожие документы

2786. dbplus_unselect
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_unselect -- Remove a constraint from relation . int dbplus_unselect ( resource relation) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... Calling dbplus_unselect() will remove a constraint previously set by dbplus_find() on relation . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-unselect.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2787. dbplus_update
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_update -- Update specified tuple in relation . int dbplus_update ( resource relation, array old, array new) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_update() replaces the tuple given by old with the data from new if and only if old completely matches a tuple within relation . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-update.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2788. dbplus_undoprepare
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_undoprepare -- ??? . int dbplus_undoprepare ( resource relation) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. Not implemented yet. Prev . Home . Next . dbplus_undo . Up . dbplus_unlockrel
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-undoprepare.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2789. dbplus_unlockrel
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_unlockrel -- Give up write lock on relation . int dbplus_unlockrel ( resource relation) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. dbplus_unlockrel() will release a write lock previously obtained by dbplus_lockrel() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-unlockrel.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2790. dbplus_tremove
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_tremove -- Remove tuple and return new current tuple . int dbplus_tremove ( resource relation, array tuple [, array current]) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_tremove() removes tuple from relation if it perfectly matches a tuple within the relation. current , if given, will contain the data of the new current tuple after calling dbplus_tremove() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-tremove.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2791. dbplus_undo
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_undo -- ??? . int dbplus_undo ( resource relation) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. Not implemented yet. Prev . Home . Next . dbplus_tremove . Up . dbplus_undoprepare
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-undo.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2792. dbplus_sql
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_sql -- Perform SQL query . resource dbplus_sql ( string query, string server, string dbpath) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. Not implemented yet. Prev . Home . Next . dbplus_setindexbynumber . Up . dbplus_tcl
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-sql.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2793. dbplus_tcl
PHP Manual . ... PHP 4 >= 4.1.0) dbplus_tcl -- Execute TCL code on server side . ... This function is EXPERIMENTAL . ... This interpreter will enable the server to execute TCL code provided by the client as a sort of stored procedures to improve the performance of database operations by avoiding client/server data transfers and context switches. dbplus_tcl() needs to pass the client connection id the TCL script code should be executed by. dbplus_resolve() will provide this connection id. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-tcl.html -- 4.5 Кб -- 03.02.2002
Похожие документы

2794. dbplus_setindex
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_setindex -- ??? . int dbplus_setindex ( resource relation, string idx_name) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. Not implemented yet. Prev . Home . Next . dbplus_savepos . Up . dbplus_setindexbynumber
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-setindex.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2795. dbplus_setindexbynumber
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_setindexbynumber -- ??? . int dbplus_setindexbynumber ( resource relation, int idx_number) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. Not implemented yet. Prev . Home . Next . dbplus_setindex . Up . dbplus_sql
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-setindexbynumber.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2796. dbplus_rzap
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_rzap -- Remove all tuples from relation . int dbplus_rzap ( resource relation) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. dbplus_rzap() will remove all tuples from relation . Prev . Home . Next . dbplus_runlink . Up . dbplus_savepos
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-rzap.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2797. dbplus_savepos
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_savepos -- ??? . int dbplus_savepos ( resource relation) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. Not implemented yet. Prev . Home . Next . dbplus_rzap . Up . dbplus_setindex
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-savepos.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2798. dbplus_rrename
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_rrename -- Rename a relation . int dbplus_rrename ( resource relation, string name) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. dbplus_rrename() will change the name of relation to name . Prev . Home . Next . dbplus_rquery . Up . dbplus_rsecindex
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-rrename.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2799. dbplus_rsecindex
PHP Manual . ... PHP 4 >= 4.1.0) dbplus_rsecindex -- Create a new secondary index for a relation . resource dbplus_rsecindex ( resource relation, mixed domlist, int type) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_rsecindex() will create a new secondary index for relation with consists of the domains specified by domlist and is of type type . domlist may be passed as a single domain name string or as an array of domain names. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-rsecindex.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2800. dbplus_runlink
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_runlink -- Remove relation from filesystem . int dbplus_runlink ( resource relation) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. dbplus_unlink() will close and remove the relation . Prev . Home . Next . dbplus_rsecindex . Up . dbplus_rzap
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dbplus-runlink.html -- 3.8 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования