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

В начало ] Пред. | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1721. msql_pconnect
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_pconnect -- Open persistent mSQL connection . ... Returns a positive mSQL persistent link identifier on success, or FALSE on error. msql_pconnect() acts very much like msql_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already open with the same host. If one is found, an identifier for it will be returned instead of opening a new connection. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-pconnect.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1722. msql_numfields
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_numfields -- Get number of fields in result . int msql_numfields ( int query_identifier) . Identical to msql_num_fields() . Prev . Home . Next . msql_num_rows . Up . msql_numrows
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-numfields.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1723. msql_numrows
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_numrows -- Get number of rows in result . int msql_numrows ( (void);) . Identical to msql_num_rows() . Prev . Home . Next . msql_numfields . Up . msql_pconnect
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-numrows.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1724. msql_num_fields
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_num_fields -- Get number of fields in result . int msql_num_fields ( int query_identifier) . msql_num_fields() returns the number of fields in a result set. See also: msql() , msql_query() , msql_fetch_field() , and msql_num_rows() . Prev . Home . Next . msql_listtables . Up . msql_num_rows
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-num-fields.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1725. msql_num_rows
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_num_rows -- Get number of rows in result . int msql_num_rows ( int query_identifier) . msql_num_rows() returns the number of rows in a result set. See also: msql() , msql_query() , and msql_fetch_row() . Prev . Home . Next . msql_num_fields . Up . msql_numfields
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-num-rows.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1726. msql_list_tables
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_list_tables -- List tables in an mSQL database . int msql_list_tables ( string database) . msql_list_tables() takes a database name and result pointer much like the msql() function. The msql_tablename() function should be used to extract the actual table names from the result pointer. Prev . Home . Next . msql_listdbs . Up . msql_listtables
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-list-tables.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1727. msql_listtables
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_listtables -- List tables in an mSQL database . See msql_list_tables() . Prev . Home . Next . msql_list_tables . Up . msql_num_fields
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-listtables.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1728. msql_list_dbs
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_list_dbs -- List mSQL databases on server . int msql_list_dbs ( (void);) . msql_list_dbs() will return a result pointer containing the databases available from the current msql daemon. Use the msql_dbname() function to traverse this result pointer. Prev . Home . Next . msql_listfields . Up . msql_listdbs
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-list-dbs.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1729. msql_listdbs
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_listdbs -- List mSQL databases on server . See msql_list_dbs() . Prev . Home . Next . msql_list_dbs . Up . msql_list_tables
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-listdbs.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1730. msql_list_fields
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_list_fields -- List result fields . int msql_list_fields ( string database, string tablename) . ... Arguments are the database name and the table name. ... The function returns -1 if a error occurs. A string describing the error will be placed in $phperrmsg , and unless the function was called as @msql_list_fields() then this error string will also be printed out. See also msql_error() . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-list-fields.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1731. msql_listfields
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_listfields -- List result fields . See msql_list_fields() . Prev . Home . Next . msql_list_fields . Up . msql_list_dbs
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-listfields.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1732. msql_free_result
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_free_result -- Free result memory . int msql_free_result ( int query_identifier) . msql_free_result() frees the memory associated with query_identifier . When PHP completes a request, this memory is freed automatically, so you only need to call this function when you want to make sure you don't use too much memory while the script is running. Prev . Home . Next . msql_fieldlen . Up . msql_freeresult
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-free-result.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1733. msql_freeresult
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_freeresult -- Free result memory . See msql_free_result() . Prev . Home . Next . msql_free_result . Up . msql_list_fields
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-freeresult.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1734. msql_fieldflags
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_fieldflags -- Get field flags . string msql_fieldflags ( int query_identifier, int i) . msql_fieldflags() returns the field flags of the specified field. Currently this is either, "not NULL ", "primary key", a combination of the two or "" (an empty string). Prev . Home . Next . msql_fieldtype . Up . msql_fieldlen
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-fieldflags.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1735. msql_fieldlen
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_fieldlen -- Get field length . int msql_fieldlen ( int query_identifier, int i) . msql_fieldlen() returns the length of the specified field. Prev . Home . Next . msql_fieldflags . Up . msql_free_result
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-fieldlen.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1736. msql_field_seek
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_field_seek -- Set field offset . int msql_field_seek ( int query_identifier, int field_offset) . Seeks to the specified field offset. If the next call to msql_fetch_field() won't include a field offset, this field would be returned. See also: msql_fetch_field() . Prev . Home . Next . msql_fieldname . Up . msql_fieldtable
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-field-seek.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1737. msql_fieldtable
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_fieldtable -- Get table name for field . int msql_fieldtable ( int query_identifier, int field) . Returns the name of the table field was fetched from. Prev . Home . Next . msql_field_seek . Up . msql_fieldtype
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-fieldtable.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1738. msql_fieldtype
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_fieldtype -- Get field type . string msql_fieldtype ( int query_identifier, int i) . msql_fieldtype() is similar to the msql_fieldname() function. The arguments are identical, but the field type is returned. This will be one of "int", "char" or "real". Prev . Home . Next . msql_fieldtable . Up . msql_fieldflags
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-fieldtype.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1739. msql_fetch_row
PHP Manual . Prev . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_fetch_row -- Get row as enumerated array . ... Returns an array that corresponds to the fetched row, or FALSE if there are no more rows. msql_fetch_row() fetches one row of data from the result associated with the specified query identifier. ... Each result column is stored in an array offset, starting at offset 0. Subsequent call to msql_fetch_row() would return the next row in the result set, or FALSE if there are no more rows. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-fetch-row.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1740. msql_fieldname
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) msql_fieldname -- Get field name . string msql_fieldname ( int query_identifier, int field) . msql_fieldname() returns the name of the specified field. query_identifier is the query identifier, and field is the field index. msql_fieldname($result, 2); will return the name of the second field in the result associated with the result identifier. Prev . Home . Next . msql_fetch_row . Up . msql_field_seek
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.msql-fieldname.html -- 3.6 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | След.В конец ]

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