Поиск по:oit.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 2801 - 2820 из 3520.
Упорядочить по:
URL
|
дате изменения
2801. 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://oit.cmc.msu.ru/php/function.dbplus-runlink.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2802. dbplus_ropen
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_ropen -- Open relation file local . resource dbplus_ropen ( string name) . ... 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_ropen() will open the relation file locally for quick access without any client/server overhead. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-ropen.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2803. dbplus_rquery
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_rquery -- Perform local (raw) AQL query . int dbplus_rquery ( string query, string dbpath) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_rquery() performs a local (raw) AQL query using an AQL interpreter embedded into the db++ client library. dbplus_rquery() is faster than dbplus_aql() but will work on local data only. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-rquery.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2804. dbplus_restorepos
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_restorepos -- ??? . int dbplus_restorepos ( resource relation, array tuple) . 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_rkeys . Up . dbplus_ropen
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-restorepos.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2805. dbplus_rkeys
PHP Manual . Prev . ... PHP 4 >= 4.1.0) dbplus_rkeys -- Specify new primary key for a relation . resource dbplus_rkeys ( resource relation, mixed domlist) . ... 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_rkeys() will replace the current primary key for relation with the combination of domains specified by domlist . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-rkeys.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2806. dbplus_rcrtlike
... PHP 4 >= 4.1.0) dbplus_rcrtlike -- Creates an empty copy of a relation with default indices . resource dbplus_rcrtlike ( string name, resource relation, int flag) . ... 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_rcrtexact() will create an empty copy of the given relation under a new name , but with default indices. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-rcrtlike.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2807. dbplus_resolve
PHP Manual . ... PHP 4 >= 4.1.0) dbplus_resolve -- Resolve host information for relation . int dbplus_resolve ( string relation_name) . ... 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_resolve() will try to resolve the given relation_name and find out internal server id, real hostname and the database path on this host. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-resolve.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2808. dbplus_rcreate
PHP Manual . ... PHP 4 >= 4.1.0) dbplus_rcreate -- Creates a new DB++ relation . ... This function is EXPERIMENTAL . ... An existing relation by the same name will only be overwritten if the relation is currently not in use and overwrite is set to TRUE. domlist should contain the domain specification for the new relation within an array of domain description strings. ( dbplus_rcreate() will also accept a string with space delimited domain description strings, but it is recommended to use an array). ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-rcreate.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2809. dbplus_rcrtexact
PHP Manual . ... Next . PHP 4 >= 4.1.0) dbplus_rcrtexact -- Creates an exact but empty copy of a relation including indices . resource dbplus_rcrtexact ( string name, resource relation, boolean overwrite) . ... Be warned and use this function at your own risk. dbplus_rcrtexact() will create an exact but empty copy of the given relation under a new name . An existing relation by the same name will only be overwritten if overwrite is TRUE and no other process is currently using the relation. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-rcrtexact.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2810. dbplus_prev
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_prev -- Get previous tuple from relation . int dbplus_prev ( resource relation, array tuple) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_curr() will read the data for the next tuple for the given relation , will make it the current tuple and will pass it back as an associative array in tuple . ... DBPLUS_ERR_NOERR) on success or a db++ error code on failure. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-prev.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2811. dbplus_rchperm
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_rchperm -- Change relation permissions . int dbplus_rchperm ( resource relation, int mask, string user, string group) . ... 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_rchperm() will change access permissions as specified by mask , user and group . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-rchperm.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2812. dbplus_next
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_next -- Get next tuple from relation . int dbplus_next ( resource relation, array ) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_curr() will read the data for the next tuple for the given relation , will make it the current tuple and will pass it back as an associative array in tuple . ... DBPLUS_ERR_NOERR) on success or a db++ error code on failure. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-next.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2813. dbplus_open
PHP Manual . ... PHP 4 >= 4.1.0) dbplus_open -- Open relation file . resource dbplus_open ( string name) . ... 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. ... The relation file name will be opened. name can be either a file name or a relative or absolute path name. This will be mapped in any case to an absolute relation file path on a specific host machine and server. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-open.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2814. dbplus_lockrel
PHP Manual . Prev . Next . unknown) dbplus_lockrel -- Request write lock on relation . int dbplus_lockrel ( resource relation) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_lockrel() will request a write lock on the given relation. Other clients may still query the relation, but can't alter it while it is locked. ... dbplus_next ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-lockrel.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2815. dbplus_info
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) dbplus_info -- ??? . int dbplus_info ( resource relation, string key, array ) . 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_getunique . Up . dbplus_last
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-info.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2816. dbplus_last
PHP Manual . ... Next . PHP 4 >= 4.1.0) dbplus_last -- Get last tuple from relation . int dbplus_last ( resource relation, array tuple) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_curr() will read the data for the last tuple for the given relation , make it the current tuple and pass it back as an associative array in tuple . The function will return zero (aka. DBPLUS_ERR_NOERR) on success or a db++ error code on failure. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-last.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2817. dbplus_getlock
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_getlock -- Get a write lock on a tuple . int dbplus_getlock ( resource relation, string tname) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_getlock() will request a write lock on the specified tuple . ... See also dbplus_freelock() , dbplus_freerlocks() , and dbplus_freealllocks() . ... dbplus_freerlocks . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-getlock.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2818. dbplus_getunique
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_getunique -- Get a id number unique to a relation . int dbplus_getunique ( resource relation, int uniqueid) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_getunique() will obtain a number guaranteed to be unique for the given relation and will pass it back in the variable given as uniqueid . ... DBPLUS_ERR_NOERR) on success or a db++ error code on failure. ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-getunique.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2819. dbplus_freelock
PHP Manual . Prev . ... PHP 4 >= 4.1.0) dbplus_freelock -- Release write lock on tuple . ... 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_freelock() will release a write lock on the given tuple previously obtained by dbplus_getlock() . See also dbplus_getlock() , dbplus_freerlocks() , and dbplus_freealllocks() . ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-freelock.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2820. dbplus_freerlocks
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) dbplus_freerlocks -- Free all tuple locks on given relation . int dbplus_freerlocks ( resource relation) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. dbplus_freerlocks() will free all tuple locks held on the given relation . See also dbplus_getlock() , dbplus_freelock() , and dbplus_freealllocks() . ... dbplus_freelock . ... dbplus_getlock ...
[
Сохраненная копия
]
Ссылки http://oit.cmc.msu.ru/php/function.dbplus-freerlocks.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы