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

В начало ] Пред. | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | След.В конец ]

Упорядочить по: URL  |  дате изменения
681. base64_decode
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) base64_decode -- Decodes data encoded with MIME base64 . string base64_decode ( string encoded_data) . base64_decode() decodes encoded_data and returns the original data. The returned data may be binary. See also: base64_encode() , RFC2045 section 6.8. Prev . Home . Next . URL Functions . Up . base64_encode
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.base64-decode.html -- 3.5 Кб -- 03.02.2002
Похожие документы

682. base64_encode
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) base64_encode -- Encodes data with MIME base64 . string base64_encode ( string data) . base64_encode() returns data encoded with base64. This encoding is designed to make binary data survive transport through transport layers that are not 8-bit clean, such as mail bodies. Base64-encoded data takes about 33% more space than the original data. See also: base64_decode() , chunk_split() , RFC2045 section 6.8. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.base64-encode.html -- 3.7 Кб -- 03.02.2002
Похожие документы

683. Sybase functions
... sybase_affected_rows -- get number of affected rows in last query . sybase_close -- close Sybase connection . ... sybase_min_client_severity -- Sets minimum client severity . sybase_min_error_severity -- Sets minimum error severity . sybase_min_message_severity -- Sets minimum message severity . sybase_min_server_severity -- Sets minimum server severity . sybase_num_fields -- get number of fields in result . sybase_num_rows -- get number of rows in result . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.sybase.html -- 5.4 Кб -- 03.02.2002
Похожие документы

684. sybase_result
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_result -- get result data . string sybase_result ( int result, int row, mixed field) . Returns: The contents of the cell at the row and offset in the specified Sybase result set. sybase_result() returns the contents of one cell from a Sybase result set. The field argument can be the field's offset, or the field's name, or the field's table dot field's name (tablename.fieldname). ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-result.html -- 4.5 Кб -- 03.02.2002
Похожие документы

685. sybase_select_db
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_select_db -- select Sybase database . bool sybase_select_db ( string database_name, int link_identifier) . ... sybase_select_db() sets the current active database on the server that's associated with the specified link identifier. If no link identifier is specified, the last opened link is assumed. If no link is open, the function will try to establish a link as if sybase_connect() was called, and use it. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-select-db.html -- 4.2 Кб -- 03.02.2002
Похожие документы

686. sybase_query
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_query -- send Sybase query . int sybase_query ( string query, int link_identifier) . Returns: A positive Sybase result identifier on success, or FALSE on error. sybase_query() sends a query to the currently active database on the server that's associated with the specified link identifier. If the link identifier isn't specified, the last opened link is assumed. ... sybase_pconnect . ... sybase_result ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-query.html -- 4.0 Кб -- 03.02.2002
Похожие документы

687. sybase_pconnect
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_pconnect -- open persistent Sybase connection . ... Returns: A positive Sybase persistent link identifier on success, or FALSE on error . ... First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. If one is found, an identifier for it will be returned instead of opening a new connection. ... This type of links is therefore called 'persistent'. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-pconnect.html -- 4.3 Кб -- 03.02.2002
Похожие документы

688. sybase_num_rows
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_num_rows -- get number of rows in result . int sybase_num_rows ( int result) . sybase_num_rows() returns the number of rows in a result set. See also: sybase_db_query() , sybase_query() and, sybase_fetch_row() . Prev . Home . Next . sybase_num_fields . Up . sybase_pconnect
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-num-rows.html -- 3.6 Кб -- 03.02.2002
Похожие документы

689. sybase_num_fields
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_num_fields -- get number of fields in result . int sybase_num_fields ( int result) . sybase_num_fields() returns the number of fields in a result set. See also: sybase_db_query() , sybase_query() , sybase_fetch_field() , sybase_num_rows() . Prev . Home . Next . sybase_min_server_severity . Up . sybase_num_rows
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-num-fields.html -- 3.7 Кб -- 03.02.2002
Похожие документы

690. sybase_min_message_severity
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_min_message_severity -- Sets minimum message severity . void sybase_min_message_severity ( int severity) . sybase_min_message_severity() sets the minimum message severity level. See also: sybase_min_error_severity() . Prev . Home . Next . sybase_min_error_severity . Up . sybase_min_server_severity
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-min-message-severity.html -- 3.6 Кб -- 03.02.2002
Похожие документы

691. sybase_min_server_severity
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_min_server_severity -- Sets minimum server severity . void sybase_min_server_severity ( int severity) . sybase_min_server_severity() sets the minimum server severity level. Note: This function is only available using the CT library interface to Sybase, and not the DB library. See also: sybase_min_client_severity() . Prev . Home . Next . sybase_min_message_severity . Up . sybase_num_fields
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-min-server-severity.html -- 3.8 Кб -- 03.02.2002
Похожие документы

692. sybase_min_error_severity
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_min_error_severity -- Sets minimum error severity . void sybase_min_error_severity ( int severity) . sybase_min_error_severity() sets the minimum error severity level. See also: sybase_min_message_severity() . Prev . Home . Next . sybase_min_client_severity . Up . sybase_min_message_severity
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-min-error-severity.html -- 3.6 Кб -- 03.02.2002
Похожие документы

693. sybase_min_client_severity
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_min_client_severity -- Sets minimum client severity . void sybase_min_client_severity ( int severity) . sybase_min_client_severity() sets the minimum client severity level. Note: This function is only available using the CT library interface to Sybase, and not the DB library. See also: sybase_min_server_severity() . Prev . Home . Next . sybase_get_last_message . Up . sybase_min_error_severity
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-min-client-severity.html -- 3.8 Кб -- 03.02.2002
Похожие документы

694. sybase_get_last_message
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_get_last_message -- Returns the last message from the server . string sybase_get_last_message ( (void);) . sybase_get_last_message() returns the last message reported by the server. Prev . Home . Next . sybase_free_result . Up . sybase_min_client_severity
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-get-last-message.html -- 3.4 Кб -- 03.02.2002
Похожие документы

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

696. sybase_free_result
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_free_result -- free result memory . bool sybase_free_result ( int result) . sybase_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 sybase_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.sybase-free-result.html -- 3.6 Кб -- 03.02.2002
Похожие документы

697. sybase_fetch_row
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_fetch_row -- get row as enumerated array . array sybase_fetch_row ( int result) . Returns: An array that corresponds to the fetched row, or FALSE if there are no more rows. sybase_fetch_row() fetches one row of data from the result associated with the specified result identifier. ... Subsequent call to sybase_fetch_row() would return the next row in the result set, or FALSE if there are no more rows. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-fetch-row.html -- 4.4 Кб -- 03.02.2002
Похожие документы

698. sybase_fetch_field
... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_fetch_field -- get field information . object sybase_fetch_field ( int result [, int field_offset]) . Returns an object containing field information. sybase_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.sybase-fetch-field.html -- 4.3 Кб -- 03.02.2002
Похожие документы

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

700. sybase_fetch_array
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) sybase_fetch_array -- fetch row as array . array sybase_fetch_array ( int result) . Returns: An array that corresponds to the fetched row, or FALSE if there are no more rows. sybase_fetch_array() is an extended version of sybase_fetch_row() . In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys. ... sybase_data_seek . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.sybase-fetch-array.html -- 4.2 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | След.В конец ]

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