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

В начало ] Пред. | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2181. ingres_field_type
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ingres_field_type -- Get the type of a field in a query result . string ingres_field_type ( int index [, resource link]) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ingres_field_type() returns the type of a field in a query result, or FALSE on failure. ... Some of these types can map to more than one SQL type depending on the length of the field (see ingres_field_length() ). ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-field-type.html -- 5.1 Кб -- 03.02.2002
Похожие документы

2182. ingres_field_name
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ingres_field_name -- Get the name of a field in a query result. string ingres_field_name ( int index [, resource link]) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ingres_field_name() returns the name of a field in a query result, or FALSE on failure. index is the number of the field and must be between 1 and the value given by ingres_num_fields() . ... ingres_num_fields . ... ingres_field_type ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-field-name.html -- 4.5 Кб -- 03.02.2002
Похожие документы

2183. ingres_num_fields
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ingres_num_fields -- Get the number of fields returned by the last query . int ingres_num_fields ( [resource link]) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ingres_num_fields() returns the number of fields in the results returned by the Ingres server after a call to ingres_query() . See also ingres_query() , ingres_fetch_array() , ingres_fetch_object() , and ingres_fetch_row() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-num-fields.html -- 4.4 Кб -- 03.02.2002
Похожие документы

2184. ingres_num_rows
... PHP 4 >= 4.0.2) ingres_num_rows -- Get the number of rows affected or returned by the last query . ... For delete, insert or update queries, ingres_num_rows() returns the number of rows affected by the query. For other queries, ingres_num_rows() returns the number of rows in the query's result. ... If this function is called before using ingres_fetch_array() , ingres_fetch_object() or ingres_fetch_row() the server will delete the result's data and the script won't be able to get them. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-num-rows.html -- 5.3 Кб -- 03.02.2002
Похожие документы

2185. ingres_query
... PHP 4 >= 4.0.2) ingres_query -- Send a SQL query to Ingres II . ... This query must be a valid SQL query (see the Ingres SQL reference guide) . ... If there is no open transaction, ingres_query() opens a new transaction. To close the transaction, you can either call ingres_commit() to commit the changes made to the database or ingres_rollback() to cancel these changes. ... You can also use ingres_autocommit() before opening a new transaction to have every SQL query immediatly commited. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-query.html -- 7.1 Кб -- 03.02.2002
Похожие документы

2186. ingres_close
... PHP 4 >= 4.0.2) ingres_close -- Close an Ingres II database connection . bool ingres_close ( [resource link]) . ... Returns TRUE on success, or FALSE on failure. ingres_close() closes the connection to the Ingres server that's associated with the specified link. If the link parameter isn't specified, the last opened link is used. ingres_close() isn't usually necessary, as it won't close persistent connections and all non-persistent connections are automatically closed at the end of the script. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-close.html -- 4.5 Кб -- 03.02.2002
Похожие документы

2187. ingres_pconnect
... PHP 4 >= 4.0.2) ingres_pconnect -- Open a persistent connection to an Ingres II database . ... Returns a Ingres II link resource on success, or FALSE on failure. ... There are only 2 differences between ingres_pconnect() and ingres_connect() : First, when connecting, the function will first try to find a (persistent) link that's already opened with the same parameters. ... Instead, the link will remain open for future use ( ingres_close() will not close links established by ingres_pconnect() ). ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-pconnect.html -- 5.0 Кб -- 03.02.2002
Похожие документы

2188. ingres_connect
PHP Manual . ... PHP 4 >= 4.0.2) ingres_connect -- Open a connection to an Ingres II database . resource ingres_connect ( [string database [, string username [, string password]]]) . ... Returns a Ingres II link resource on success, or FALSE on failure. ingres_connect() opens a connection with the Ingres database designated by database , which follows the syntax [node_id::]dbname[/svr_class] . ... The connection is closed when the script ends or when ingres_close() is called on this link. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-connect.html -- 6.1 Кб -- 03.02.2002
Похожие документы

2189. ibase_blob_info
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_info -- Return blob length and other useful info . object ibase_blob_info ( string blob_id_str) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_import . Up . ibase_blob_open
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-info.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2190. ibase_blob_open
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_open -- Open blob for retrieving data parts . int ibase_blob_open ( string blob_id) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_info . Up . Ingres II functions
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-open.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2191. InterBase functions
... InterBase is a popular database put out by Borland/Inprise. ... Oh, by the way, InterBase just joined the open source movement! ... ibase_connect -- Open a connection to an InterBase database . ... ibase_close -- Close a connection to an InterBase database . ibase_query -- Execute a query on an InterBase database . ... ibase_fetch_object -- Get an object from a InterBase database . ... ibase_blob_add -- Add data into created blob . ... ibase_blob_get -- Get len bytes data from open blob . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.ibase.html -- 7.2 Кб -- 03.02.2002
Похожие документы

2192. ibase_blob_get
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_get -- Get len bytes data from open blob . string ibase_blob_get ( int blob_id, int len) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_echo . Up . ibase_blob_import
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-get.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2193. ibase_blob_import
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_import -- Create blob, copy file in it, and close it . string ibase_blob_import ( [int link_identifier, int file_id]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_get . Up . ibase_blob_info
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-import.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2194. ibase_blob_close
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_close -- Close blob . int ibase_blob_close ( int blob_id) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_cancel . Up . ibase_blob_create
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-close.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2195. ibase_blob_create
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_create -- Create blob for adding data . int ibase_blob_create ( [int link_identifier]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_close . Up . ibase_blob_echo
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-create.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2196. ibase_blob_echo
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_echo -- Output blob contents to browser . int ibase_blob_echo ( string blob_id_str) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_create . Up . ibase_blob_get
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-echo.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2197. ibase_blob_add
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_add -- Add data into created blob . int ibase_blob_add ( int blob_id, string data) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_num_fields . Up . ibase_blob_cancel
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-add.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2198. ibase_blob_cancel
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_blob_cancel -- Cancel creating blob . int ibase_blob_cancel ( int blob_id) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ibase_blob_add . Up . ibase_blob_close
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-blob-cancel.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2199. ibase_num_fields
PHP Manual . Prev . Next . 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_num_fields -- Get the number of fields in a result set . int ibase_num_fields ( int result_id) . Returns an integer containing the number of fields in a result set. <?php $dbh = ibase_connect ($host, $username, $password); $stmt = 'SELECT * FROM tblname'; $sth = ibase_query ($dbh, $stmt); if (ibase_num_fields($sth) > 0) { while ($row = ibase_fetch_object ($sth)) { print $row->email . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-num-fields.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2200. ibase_timefmt
PHP Manual . ... 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) ibase_timefmt -- Sets the format of timestamp, date and time type columns returned from queries . int ibase_timefmt ( string format [, int columntype]) . ... If omitted, defaults to IBASE_TIMESTAMP for backwards compatibility. <?php // InterBase 6 TIME-type columns will be returned in // the form '05 hours 37 minutes'. ibase_timefmt("%H hours %M minutes", IBASE_TIME); ?> ... Note: columntype was added in PHP 4.0. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ibase-timefmt.html -- 4.8 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | След.В конец ]

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