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

В начало ] Пред. | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2881. dba_insert
PHP Manual . ... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) dba_insert -- Insert entry . bool dba_insert ( string key, string value, int handle) . dba_insert() inserts the entry described with key and value into the database specified by handle . It fails, if an entry with the same key already exists. key is the key of the entry to be inserted. value is the value to be inserted. handle is a database handle returned by dba_open() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dba-insert.html -- 4.5 Кб -- 03.02.2002
Похожие документы

2882. dba_nextkey
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) dba_nextkey -- Fetch next key . string dba_nextkey ( int handle) . dba_nextkey() returns the next key of the database specified by handle and advances the internal key pointer. handle is a database handle returned by dba_open() . dba_nextkey() returns the key or FALSE depending on whether it succeeds or fails, respectively. See also: dba_firstkey() and example 2 in the DBA overview . Prev . Home . Next . dba_insert . Up . dba_popen
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dba-nextkey.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2883. dba_fetch
... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) dba_fetch -- Fetch data specified by key . string dba_fetch ( string key, int handle) . dba_fetch() fetches the data specified by key from the database specified with handle . Key is the key the data is specified by. ... dba_fetch() returns the associated string or FALSE , if the key/data pair is found or not found, respectively. See also: dba_exists() , dba_delete() , dba_insert() , and dba_replace() . ... dba_exists . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dba-fetch.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2884. dba_firstkey
PHP Manual . Prev . Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) dba_firstkey -- Fetch first key . string dba_firstkey ( int handle) . dba_firstkey() returns the first key of the database specified by handle and resets the internal key pointer. This permits a linear search through the whole database. Handle is a database handle returned by dba_open() . dba_firstkey() returns the key or FALSE depending on whether it succeeds or fails, respectively. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dba-firstkey.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2885. dba_exists
... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) dba_exists -- Check whether key exists . bool dba_exists ( string key, int handle) . dba_exists() checks whether the specified key exists in the database specified by handle . Key is the key the check is performed for. Handle is a database handle returned by dba_open() . dba_exists() returns TRUE or FALSE , if the key is found or not found, respectively. See also: dba_fetch() , dba_delete() , dba_insert() , and dba_replace() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dba-exists.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2886. dba_close
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) dba_close -- Close database . void dba_close ( int handle) . dba_close() closes the established database and frees all resources specified by handle . handle is a database handle returned by dba_open() . dba_close() does not return any value. See also: dba_open() and dba_popen() . Prev . Home . Next . Database (dbm-style) abstraction layer functions . Up . dba_delete
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dba-close.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2887. dba_delete
PHP Manual . ... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) dba_delete -- Delete entry specified by key . bool dba_delete ( string key, int handle) . dba_delete() deletes the entry specified by key from the database specified with handle . key is the key of the entry which is deleted. handle is a database handle returned by dba_open() . dba_delete() returns TRUE or FALSE , if the entry is deleted or not deleted, respectively. ... dba_exists ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.dba-delete.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2888. ctype_xdigit
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_xdigit -- Check for character(s) representing a hexadecimal digit . bool ctype_xdigit ( string c) . Prev . Home . Next . ctype_upper . Up . Database (dbm-style) abstraction layer functions
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-xdigit.html -- 3.2 Кб -- 03.02.2002
Похожие документы

2889. Character type functions
... These functions check whether a character or string falls into a certain character class according to the current locale. When called with an integer argument these functions behave exactly like their C counterparts. When called with a string argument they will check every character in the string and will only return TRUE if every character in the string matches the requested criteria. ... ctype_alnum -- Check for alphanumeric character(s) . ... ctype_cntrl -- Check for control character(s) . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.ctype.html -- 5.0 Кб -- 03.02.2002
Похожие документы

2890. ctype_space
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_space -- Check for whitespace character(s) . bool ctype_space ( string c) . Prev . Home . Next . ctype_punct . Up . ctype_upper
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-space.html -- 3.1 Кб -- 03.02.2002
Похожие документы

2891. ctype_upper
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_upper -- Check for uppercase character(s) . bool ctype_upper ( string c) . Prev . Home . Next . ctype_space . Up . ctype_xdigit
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-upper.html -- 3.1 Кб -- 03.02.2002
Похожие документы

2892. ctype_graph
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_graph -- Check for any printable character(s) except space . bool ctype_graph ( string c) . Prev . Home . Next . ctype_lower . Up . ctype_print
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-graph.html -- 3.2 Кб -- 03.02.2002
Похожие документы

2893. ctype_print
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_print -- Check for printable character(s) . bool ctype_print ( string c) . Prev . Home . Next . ctype_graph . Up . ctype_punct
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-print.html -- 3.1 Кб -- 03.02.2002
Похожие документы

2894. ctype_punct
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_punct -- Check for any printable character which is not whitespace or an alphanumeric character . bool ctype_punct ( string c) . Prev . Home . Next . ctype_print . Up . ctype_space
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-punct.html -- 3.2 Кб -- 03.02.2002
Похожие документы

2895. ctype_digit
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_digit -- Check for numeric character(s) . bool ctype_digit ( string c) . Prev . Home . Next . ctype_cntrl . Up . ctype_lower
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-digit.html -- 3.1 Кб -- 03.02.2002
Похожие документы

2896. ctype_lower
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_lower -- Check for lowercase character(s) . bool ctype_lower ( string c) . Prev . Home . Next . ctype_digit . Up . ctype_graph
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-lower.html -- 3.1 Кб -- 03.02.2002
Похожие документы

2897. ctype_alpha
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_alpha -- Check for alphabetic character(s) . bool ctype_alpha ( string c) . Prev . Home . Next . ctype_alnum . Up . ctype_cntrl
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-alpha.html -- 3.1 Кб -- 03.02.2002
Похожие документы

2898. ctype_cntrl
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_cntrl -- Check for control character(s) . bool ctype_cntrl ( string c) . Prev . Home . Next . ctype_alpha . Up . ctype_digit
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-cntrl.html -- 3.1 Кб -- 03.02.2002
Похожие документы

2899. ctype_alnum
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ctype_alnum -- Check for alphanumeric character(s) . bool ctype_alnum ( string c) . See also setlocale() . Prev . Home . Next . Character type functions . Up . ctype_alpha
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ctype-alnum.html -- 3.2 Кб -- 03.02.2002
Похожие документы

2900. cyrus_close
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) cyrus_close -- Close connection to a cyrus server . bool cyrus_close ( resource connection) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . cyrus_query . Up . Character type functions
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cyrus-close.html -- 3.4 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | След.В конец ]

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