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

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

Упорядочить по: URL  |  дате изменения
2141. ldap_bind
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_bind -- Bind to LDAP directory . int ldap_bind ( int link_identifier [, string bind_rdn [, string bind_password]]) . Binds to the LDAP directory with specified RDN and password. Returns TRUE on success, FALSE on failure. ldap_bind() does a bind operation on the directory. bind_rdn and bind_password are optional. If not specified, anonymous bind is attempted. Prev . Home . Next . ldap_add . Up . ldap_close
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ldap-bind.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2142. java_last_exception_clear
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) java_last_exception_clear -- Clear last Java exception . void java_last_exception_clear ( (void);) . Prev . Home . Next . Java . Up . java_last_exception_get
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.java-last-exception-clear.html -- 3.2 Кб -- 03.02.2002
Похожие документы

2143. java_last_exception_get
PHP Manual . ... PHP 4 >= 4.0.2) java_last_exception_get -- Get last Java exception . exception java_last_exception_get ( (void);) . ... php $stack = new Java('java.util.Stack'); $stack->push(1); // This should succeed $result = $stack->pop(); $ex = java_last_exception_get(); if (!$ex) print "$result\n"; // This should fail (error suppressed by @) $result = @$stack->pop(); $ex = java_last_exception_get(); if ($ex) print $ex->toString(); // Clear last exception java_last_exception_clear(); ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.java-last-exception-get.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2144. Java
PHP Manual . ... The former is provided by a SAPI module that interfaces with the Servlet server, the latter by the Java extension. ... php // get instance of Java class java .lang. System in PHP $ system = new Java (' java .lang. System '); // demonstrate property access print ' Java version='.$ system - getProperty (' java .version').' br '; print ' Java vendor=' .$ system - getProperty (' java .vendor').' br '; print 'OS='.$ system - getProperty ('os.name').' '. $ ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.java.html -- 9.5 Кб -- 03.02.2002
Похожие документы

2145. ircg_nickname_unescape
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) ircg_nickname_unescape -- Decodes encoded nickname . string ircg_nickname_unescape ( string nick) . Function ircg_nickname_unescape() returns a decoded nickname, which is specified in nick . See also: ircg_nickname_escape() . Prev . Home . Next . ircg_nickname_escape . Up . Java
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-nickname-unescape.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2146. IRC Gateway Functions
... With ircg you can build powerful, fast and scalable webchat solutions in conjunction with dedicated or public IRC servers. ... ircg_set_current -- Set current connection for output . ircg_join -- Join a channel on a connected server . ircg_part -- Leave a channel on server . ircg_msg -- Send message to channel or user on server . ... ircg_nick -- Change nickname on server . ... ircg_channel_mode -- Set channel mode flags for user . ... ircg_kick -- Kick a user out of a channel on server . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.ircg.html -- 7.6 Кб -- 03.02.2002
Похожие документы

2147. ircg_get_username
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ircg_get_username -- Get username for connection . string ircg_get_username ( int connection) . Function ircg_get_username() returns the username for specified connection connection . Returns FALSE if connection died or is not valid. Prev . Home . Next . ircg_set_file . Up . ircg_nickname_escape
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-get-username.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2148. ircg_nickname_escape
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) ircg_nickname_escape -- Encode special characters in nickname to be IRC-compliant . string ircg_nickname_escape ( string nick) . Function ircg_nickname_escape() returns a decoded nickname specified by nick wich is IRC-compliant. See also: ircg_nickname_unescape() . Prev . Home . Next . ircg_get_username . Up . ircg_nickname_unescape
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-nickname-escape.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2149. ircg_set_file
. PHP Manual . Prev . Next . (PHP 4 CVS only) ircg_set_file -- Set logfile for connection . bool ircg_set_file ( int connection, string path) . Function ircg_set_file() specifies a logfile path in which all output from connection connection will be logged. Returns TRUE on success, otherwise FALSE . Prev . Home . Next . ircg_set_on_die . Up . ircg_get_username
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-set-file.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2150. ircg_set_on_die
PHP Manual . Prev . Next . PHP 4 CVS only) ircg_set_on_die -- Set hostaction to be execute when connection dies . bool ircg_set_on_die ( int connection, string host, int port, string data) . In case of the termination of connection connection IRCG will connect to host at port (Note: host must be an IPv4 address, IRCG does not resolve host-names due to blocking issues), send data to the new host connection and will wait until the remote part closes connection. ... ircg_set_file ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-set-on-die.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2151. ircg_lookup_format_messages
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_lookup_format_messages -- Select a set of format strings for display of IRC messages . boolean ircg_lookup_format_messages ( string name) . Select the set of format strings to use for display of IRC messages and events. Sets may be registered with ircg_register_format_messages() , a default set named ircg is always available. See also: ircg_register_format_messages() . Prev . Home . Next . ircg_is_conn_alive . Up . ircg_register_format_messages
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-lookup-format-messages.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2152. ircg_register_format_messages
... PHP 4 >= 4.0.5) ircg_register_format_messages -- Register a set of format strings for display of IRC messages . boolean ircg_register_format_messages ( string name, array messages) . ... You can even register different format string sets and switch between them on the fly with ircg_lookup_format_messages() . Plain channel message . ... Some user leaves channel . Some user enters channel . ... Join list end(?) ... Mass join begin . ... Mass join end . Whois user . ... Banlist . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-register-format-messages.html -- 5.1 Кб -- 03.02.2002
Похожие документы

2153. ircg_disconnect
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) ircg_disconnect -- Close connection to server . boolean ircg_disconnect ( resource connection, string reason) . ircg_disconnect() will close a connection to a server previously established with ircg-pconnect() . See also: ircg_pconnect() . Prev . Home . Next . ircg_ignore_del . Up . ircg_is_conn_alive
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-disconnect.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2154. ircg_is_conn_alive
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_is_conn_alive -- Check connection status . boolean ircg_is_conn_alive ( resource connection) . ircg_is_conn_alive() returns TRUE if connection is still alive and working or FALSE if the server no longer talks to us. Prev . Home . Next . ircg_disconnect . Up . ircg_lookup_format_messages
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-is-conn-alive.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2155. ircg_ignore_add
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_ignore_add -- Add a user to your ignore list on a server . boolean ircg_ignore_add ( resource connection, string nick) . This function will add user nick to your ignore list on the server connected to by connection . By doing so you will suppress all messages from this user from being send to you. See also: ircg_ignore_del() . Prev . Home . Next . ircg_kick . Up . ircg_ignore_del
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-ignore-add.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2156. ircg_ignore_del
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_ignore_del -- Remove a user from your ignore list on a server . boolean ircg_ignore_del ( resource connection, string nick) . This function remove user nick from your ignore list on the server connected to by connection . See also: ircg_ignore_add() . Prev . Home . Next . ircg_ignore_add . Up . ircg_disconnect
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-ignore-del.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2157. ircg_kick
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_kick -- Kick a user out of a channel on server . boolean ircg_kick ( resource connection, string channel, string nick, string reason) . Kick user nick from channel on server connected to by connection . reason should give a short message describing why this action was performed. Prev . Home . Next . ircg_whois . Up . ircg_ignore_add
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-kick.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2158. ircg_whois
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_whois -- Query user information for nick on server . boolean ircg_whois ( resource connection, string nick) . Sends a query to the connected server connection to send information for the specified user nick . Prev . Home . Next . ircg_html_encode . Up . ircg_kick
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-whois.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2159. ircg_channel_mode
... Next . PHP 4 >= 4.0.5) ircg_channel_mode -- Set channel mode flags for user . boolean ircg_channel_mode ( resource connection, string channel, string mode_spec, string nick) . Set channel mode flags for channel on server connected to by connection . Mode flags are passed in mode_spec and are applied to the user specified by nick . Mode flags are set or cleared by specifind a mode character and prepending it with a plus or minus character respectively. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-channel-mode.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2160. ircg_html_encode
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ircg_html_encode -- Encodes HTML preserving output . boolean ircg_html_encode ( string html_string) . Encodes a HTML string html_string for output. This feature could be usable, e.g. if someone wants to discuss about an html problem. Prev . Home . Next . ircg_channel_mode . Up . ircg_whois
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ircg-html-encode.html -- 3.4 Кб -- 03.02.2002
Похожие документы

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

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