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

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

Упорядочить по: URL  |  дате изменения
2161. ircg_topic
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_topic -- Set topic for channel on server . boolean ircg_topic ( resource connection, string channel, string new_topic) . Change the topic for channel channel on the server connected to by connection to new_topic . Prev . Home . Next . ircg_nick . Up . ircg_channel_mode
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-topic.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2162. ircg_nick
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_nick -- Change nickname on server . boolean ircg_nick ( resource connection, string nick) . Change your nickname on the given connection to the one given in nick if possible. Will return TRUE on success and FALSE on failure. Prev . Home . Next . ircg_notice . Up . ircg_topic
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-nick.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2163. ircg_notice
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_notice -- Send a notice to a user on server . boolean ircg_notice ( resource connection, string , string message) . This function will send the message text to the user nick on the server connected to by connection . Query your IRC documentation of choice for the exact difference between a MSG and a NOTICE. Prev . Home . Next . ircg_msg . Up . ircg_nick
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-notice.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2164. ircg_msg
PHP Manual . Prev . Next . PHP 4 >= 4.0.4) ircg_msg -- Send message to channel or user on server . boolean ircg_msg ( resource connection, string recipient, string message [, boolean suppress]) . ircg_msg() will send the message to a channel or user on the server connected to by connection . ... Setting the optional parameter suppress to a TRUE value will suppress output of your message to your own connection . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-msg.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2165. ircg_part
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ircg_part -- Leave a channel on server . boolean ircg_part ( resource connection, string channel) . Leave the channel channel on the server connected to by connection . Prev . Home . Next . ircg_join . Up . ircg_msg
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-part.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2166. ircg_join
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ircg_join -- Join a channel on a connected server . boolean ircg_join ( resource connection, string channel) . Join the channel channel on the server connected to by connection . Prev . Home . Next . ircg_set_current . Up . ircg_part
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-join.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2167. ircg_set_current
PHP Manual . Prev . Next . PHP 4 >= 4.0.4) ircg_set_current -- Set current connection for output . boolean ircg_set_current ( resource connection) . Select the current connection for output in this execution context. Every output sent from the server connected to by connection will be copied to standard output while using default formating or a formar string set specified by ircg_register_format_messages() and selected by ircg_lookup_format_messages() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-set-current.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2168. ircg_fetch_error_msg
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ircg_fetch_error_msg -- Returns the error from previous ircg operation . array ircg_fetch_error_msg ( resource connection) . ircg_fetch_error_msg() returns the error from the last called ircg function. Note: Errorcode is stored in first array element, errortext in second. Example 1. ircg_fetch_error_msg() example . if (!ircg_join ($id, "#php")) { $error = ircg_fetch_error_msg($id); print ("Can't join channel #php. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-fetch-error-msg.html -- 4.1 Кб -- 03.02.2002
Похожие документы

2169. ircg_pconnect
... PHP 4 >= 4.0.4) ircg_pconnect -- Connect to an IRC server . resource ircg_pconnect ( string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings]]]]]) . ircg_pconnect() will try to establish a connection to an IRC server and return a connection resource handle for further use. ... Note: For now parameter server_ip will not do any hostname lookups and will only accept IP addresses in numerical form. ... ctcp_messages . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-pconnect.html -- 4.9 Кб -- 03.02.2002
Похожие документы

2170. ingres_autocommit
PHP Manual . ... Be warned and use this function at your own risk. ingres_autocommit() is called before opening a transaction (before the first call to ingres_query() or just after a call to ingres_rollback() or ingres_autocommit() ) to switch the "autocommit" mode of the server on or off (when the script begins the autocommit mode is off). When the autocommit mode is on, every query is automaticaly commited by the server, as if ingres_commit() was called after every call to ingres_query() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-autocommit.html -- 4.8 Кб -- 03.02.2002
Похожие документы

2171. Ingres II functions
... These functions allow you to access Ingres II database servers. ... Note: If you already used PHP extensions to access other database servers, note that Ingres doesn't allow concurrent queries and/or transaction over one connection, thus you won't find any result or transaction handle in this extension. ... ingres_field_name -- Get the name of a field in a query result. ingres_field_type -- Get the type of a field in a query result . ... ingres_field_length -- Get the length of a field . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.ingres.html -- 7.3 Кб -- 03.02.2002
Похожие документы

2172. ingres_commit
... Next . PHP 4 >= 4.0.2) ingres_commit -- Commit a transaction . ... Be warned and use this function at your own risk. ingres_commit() commits the currently open transaction, making all changes made to the database permanent. ... A new one can be open by sending a query with ingres_query() . You can also have the server commit automaticaly after every query by calling ingres_autocommit() before opening the transaction. See also ingres_query() , ingres_rollback() , and ingres_autocommit() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-commit.html -- 4.5 Кб -- 03.02.2002
Похожие документы

2173. ingres_fetch_object
PHP Manual . ... PHP 4 >= 4.0.2) ingres_fetch_object -- Fetch a row of result into an object. object ingres_fetch_object ( [int result_type [, resource link]]) . ... This function is similar to ingres_fetch_array() , with one difference - an object is returned, instead of an array. ... Example 1. ingres_fetch_object() example . php ingres_connect ($database, $user, $password); ingres_query ("select * from table"); while ($row = ingres_fetch_object()) { echo $row->user_id; echo $row->fullname; } ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-fetch-object.html -- 5.9 Кб -- 03.02.2002
Похожие документы

2174. ingres_rollback
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ingres_rollback -- Roll back a transaction . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ingres_rollback() rolls back the currently open transaction, actually canceling all changes made to the database during the transaction. This closes the transaction. A new one can be open by sending a query with ingres_query() . See also ingres_query() , ingres_commit() , and ingres_autocommit() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-rollback.html -- 4.3 Кб -- 03.02.2002
Похожие документы

2175. ingres_fetch_row
... PHP 4 >= 4.0.2) ingres_fetch_row -- Fetch a row of result into an enumerated array . array ingres_fetch_row ( [resource link]) . ... Be warned and use this function at your own risk. ingres_fetch_row() returns an array that corresponds to the fetched row, or FALSE if there are no more rows. ... Example 1. ingres_fetch_row() example . php ingres_connect ($database, $user, $password); ingres_query ("select * from table"); while ($row = ingres_fetch_row()) { echo $row[1]; echo $row[2]; } ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-fetch-row.html -- 5.2 Кб -- 03.02.2002
Похожие документы

2176. ingres_fetch_array
... PHP 4 >= 4.0.2) ingres_fetch_array -- Fetch a row of result into an array . ... 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. ... php ingres_connect ($database, $user, $password); ingres_query ("select * from table"); while ($row = ingres_fetch_array()) { echo $row["user_id"]; # using associative array echo $row["fullname"]; echo $row[1]; # using enumerated array echo $row[2]; } ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-fetch-array.html -- 6.5 Кб -- 03.02.2002
Похожие документы

2177. ingres_field_scale
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ingres_field_scale -- Get the scale of a field . int ingres_field_scale ( int index [, resource link]) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ingres_field_scale() returns the scale of a field. ... See also ingres_query() , ingres_fetch_array() , ingres_fetch_object() , and ingres_fetch_row() . ... ingres_field_precision . ... ingres_fetch_array ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-field-scale.html -- 4.6 Кб -- 03.02.2002
Похожие документы

2178. ingres_field_precision
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ingres_field_precision -- Get the precision of a field . int ingres_field_precision ( int index [, resource link]) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ingres_field_precision() returns the precision of a field. ... For detailed information, see the Ingres/OpenAPI User Guide - Appendix C. index is the number of the field and must be between 1 and the value given by ingres_num_fields() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-field-precision.html -- 4.7 Кб -- 03.02.2002
Похожие документы

2179. ingres_field_length
PHP Manual . ... PHP 4 >= 4.0.2) ingres_field_length -- Get the length of a field . int ingres_field_length ( int index [, resource link]) . ... Be warned and use this function at your own risk. ingres_field_length() returns the length of a field. This is the number of bytes used by the server to store the field. For detailed information, see the Ingres/OpenAPI User Guide - Appendix C. index is the number of the field and must be between 1 and the value given by ingres_num_fields() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-field-length.html -- 4.7 Кб -- 03.02.2002
Похожие документы

2180. ingres_field_nullable
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) ingres_field_nullable -- Test if a field is nullable . bool ingres_field_nullable ( int index [, resource link]) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ingres_field_nullable() returns TRUE if the field can be set to the NULL value and FALSE if it can't. index is the number of the field and must be between 1 and the value given by ingres_num_fields() . ... ingres_field_type . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ingres-field-nullable.html -- 4.6 Кб -- 03.02.2002
Похожие документы

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

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