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

В начало ] Пред. | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1901. mssql_execute
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) mssql_execute -- Executes a stored procedure on a MS-SQL server database . int mssql_execute ( int stmt) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . mssql_bind . Up . mssql_fetch_assoc
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-execute.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1902. mssql_result
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_result -- Get result data . int mssql_result ( int result, int i, mixed field) . mssql_result() returns the contents of one cell from a MS SQL result set. The field argument can be the field's offset, the field's name or the field's table dot field's name (tablename.fieldname). If the column name has been aliased ('select foo as bar from...'), it uses the alias instead of the column name. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-result.html -- 4.4 Кб -- 03.02.2002
Похожие документы

1903. mssql_select_db
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_select_db -- Select MS SQL database . int mssql_select_db ( string database_name [, int link_identifier]) . ... mssql_select_db() sets the current active database on the server that's associated with the specified link identifier. ... If no link is open, the function will try to establish a link as if mssql_connect() was called, and use it. Every subsequent call to mssql_query() will be made on the active database. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-select-db.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1904. mssql_pconnect
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_pconnect -- Open persistent MS SQL connection . int mssql_pconnect ( [string servername [, string username [, string password]]]) . Returns: A positive MS SQL persistent link identifier on success, or FALSE on error. mssql_pconnect() acts very much like mssql_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, username and password. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-pconnect.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1905. mssql_query
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_query -- Send MS SQL query . int mssql_query ( string query [, int link_identifier]) . Returns: A positive MS SQL result identifier on success, or FALSE on error. mssql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. ... If no link is open, the function tries to establish a link as if mssql_connect() was called, and use it. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-query.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1906. mssql_num_fields
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_num_fields -- Get number of fields in result . int mssql_num_fields ( int result) . mssql_num_fields() returns the number of fields in a result set. See also: mssql_db_query() , mssql_query() , mssql_fetch_field() , and mssql_num_rows() . Prev . Home . Next . mssql_next_result . Up . mssql_num_rows
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-num-fields.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1907. mssql_num_rows
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_num_rows -- Get number of rows in result . int mssql_num_rows ( string result) . mssql_num_rows() returns the number of rows in a result set. See also: mssql_db_query() , mssql_query() , and mssql_fetch_row() . Prev . Home . Next . mssql_num_fields . Up . mssql_pconnect
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-num-rows.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1908. mssql_min_message_severity
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_min_message_severity -- Sets the lower message severity . void mssql_min_message_severity ( int severity) . Prev . Home . Next . mssql_min_error_severity . Up . mssql_next_result
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-min-message-severity.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1909. mssql_next_result
PHP Manual . ... PHP 4 >= 4.0.5) mssql_next_result -- Move the internal result pointer to the next result . bool mssql_next_result ( int result_id) . When sending more than one SQL statement to the server or executing a stored procedure with multiple results, it will cause the server to return multiple result sets. This function will test for additional results available form the server. ... The function will return TRUE if an additional result set was available or FALSE otherwise. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-next-result.html -- 4.6 Кб -- 03.02.2002
Похожие документы

1910. mssql_get_last_message
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_get_last_message -- Returns the last message from server (over min_message_severity?) . string mssql_get_last_message ( (void);) . Prev . Home . Next . mssql_free_result . Up . mssql_min_error_severity
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-get-last-message.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1911. mssql_min_error_severity
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_min_error_severity -- Sets the lower error severity . void mssql_min_error_severity ( int severity) . Prev . Home . Next . mssql_get_last_message . Up . mssql_min_message_severity
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-min-error-severity.html -- 3.3 Кб -- 03.02.2002
Похожие документы

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

1913. mssql_field_type
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) mssql_field_type -- Get the type of a field . string mssql_field_type ( int result [, int offset]) . Prev . Home . Next . mssql_field_seek . Up . mssql_free_result
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-field-type.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1914. mssql_free_result
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_free_result -- Free result memory . int mssql_free_result ( int result) . mssql_free_result() only needs to be called if you are worried about using too much memory while your script is running. All result memory will automatically be freed when the script ends. You may call mssql_free_result() with the result identifier as an argument and the associated result memory will be freed. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-free-result.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1915. mssql_field_length
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) mssql_field_length -- Get the length of a field . int mssql_field_length ( int result [, int offset]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . mssql_fetch_row . Up . mssql_field_name
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-field-length.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1916. mssql_field_name
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) mssql_field_name -- Get the name of a field . int mssql_field_name ( int result [, int offset]) . Prev . Home . Next . mssql_field_length . Up . mssql_field_seek
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-field-name.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1917. mssql_fetch_object
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_fetch_object -- Fetch row as object . int mssql_fetch_object ( int result) . Returns: An object with properties that correspond to the fetched row, or FALSE if there are no more rows. mssql_fetch_object() is similar to mssql_fetch_array() , with one difference - an object is returned, instead of an array. ... Speed-wise, the function is identical to mssql_fetch_array() , and almost as quick as mssql_fetch_row() (the difference is insignificant). ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-fetch-object.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1918. mssql_fetch_row
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_fetch_row -- Get row as enumerated array . array mssql_fetch_row ( int result) . Returns: An array that corresponds to the fetched row, or FALSE if there are no more rows. mssql_fetch_row() fetches one row of data from the result associated with the specified result identifier. The row is returned as an array. Each result column is stored in an array offset, starting at offset 0. ... mssql_fetch_object . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-fetch-row.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1919. mssql_fetch_field
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_fetch_field -- Get field information . object mssql_fetch_field ( int result [, int field_offset]) . Returns an object containing field information. mssql_fetch_field() can be used in order to obtain information about fields in a certain query result. ... name - column name. if the column is a result of a function, this property is set to computed#N, where #N is a serial number. column_source - the table from which the column was taken . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-fetch-field.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1920. mssql_data_seek
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) mssql_data_seek -- Move internal row pointer . int mssql_data_seek ( int result_identifier, int row_number) . Returns: TRUE on success, FALSE on failure. mssql_data_seek() moves the internal row pointer of the MS SQL result associated with the specified result identifier to point to the specified row number. The next call to mssql_fetch_row() would return that row. See also: mssql_data_seek() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mssql-data-seek.html -- 3.8 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | След.В конец ]

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