Поиск по:old.hcs.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.hcs.cmc.msu.ru ,которые мы индексируем. Показаны документы 781 - 800 из 3520.
Упорядочить по:
URL
|
дате изменения
781. addslashes
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) addslashes -- Quote string with slashes . string addslashes ( string str) . Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ( ' ), double quote ( " ), backslash ( \ ) and NUL (the NULL byte). Note: magic_quotes_gpc is ON by default. See also stripslashes() , htmlspecialchars() , and quotemeta() . Prev . Home . Next . addcslashes . Up . bin2hex
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.addslashes.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
782. addcslashes
... PHP 4 >= 4.0.0) addcslashes -- Quote string with slashes in a C style . string addcslashes ( string str, string charlist) . Returns a string with backslashes before characters that are listed in charlist parameter. It escapes \n , \r etc. in C-like style, characters with ASCII code lower than 32 and higher than 126 are converted to octal representation. ... Also, if the first character in a range has a lower ASCII value than the second character in the range, no range will be constructed. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.addcslashes.html -- 6.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
783. Socket functions
... Change the address and port variables to suit your setup and execute. ... To shut down the server type 'shutdown'.\n"; socket_write($msgsock, $msg, strlen($msg)); do { if (FALSE === ($buf = socket_read ($msgsock, 2048))) { echo "socket_read() failed: reason: " . ... n"; } else { echo "OK.\n"; } echo "Attempting to connect to '$address' on port '$service_port'..."; $result = socket_connect ($socket, $address, $service_port); if ($result < 0) { echo "socket_connect() failed.\nReason: ($result) " . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/ref.sockets.html -- 14.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
784. socket_last_error
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_last_error -- Returns/Clears the last error on the socket . int socket_last_error ( resource socket) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... socket_shutdown . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-last-error.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
785. socket_create_pair
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_create_pair -- Creates a pair of indistinguishable sockets and stores them in fds. bool socket_create_pair ( int domain, int type, int protocol, array &fd) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-create-pair.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
786. socket_shutdown
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_shutdown -- Shuts down a socket for receiving, sending, or both. bool socket_shutdown ( resource socket [, int how]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... socket_create_pair . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-shutdown.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
787. socket_getopt
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_getopt -- Gets socket options for the socket . mixed socket_getopt ( resource socket, int level, int optname) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... socket_sendmsg . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-getopt.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
788. socket_setopt
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_setopt -- |array optval) Sets socket options for the socket . bool socket_setopt ( resource socket, int level, int optname, int ) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-setopt.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
789. socket_sendmsg
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_sendmsg -- Sends a message to a socket, regardless of whether it is connection-oriented or not . bool socket_sendmsg ( resource socket, resource iovec, int flags, string addr [, int port]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... socket_recvmsg . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-sendmsg.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
790. socket_recvmsg
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_recvmsg -- Used to receive messages on a socket, whether connection-oriented or not . bool socket_recvmsg ( resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr [, int &port]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-recvmsg.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
791. socket_recvfrom
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_recvfrom -- Receives data from a socket, connected or not . int socket_recvfrom ( resource socket, string &buf, int len, int flags, string &name [, int &port]) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ... socket_send . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-recvfrom.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
792. socket_sendto
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_sendto -- Sends a message to a socket, whether it is connected or not . int socket_sendto ( resource socket, string buf, int len, int flags, string addr [, int port]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-sendto.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
793. socket_recv
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_recv -- Receives data from a connected socket . string socket_recv ( resource socket, int len, int flags) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... socket_writev . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-recv.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
794. socket_send
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_send -- Sends data to a connected socket . int socket_send ( resource socket, string buf, int len, int flags) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... socket_recv . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-send.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
795. socket_readv
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_readv -- Reads from an fd, using the scatter-gather array defined by iovec_id . bool socket_readv ( resource socket, resource iovec_id) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-readv.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
796. socket_iovec_free
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_iovec_free -- Frees the iovec specified by iovec_id . bool socket_iovec_free ( resource iovec) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... socket_iovec_delete . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-iovec-free.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
797. socket_writev
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_writev -- Writes to a file descriptor, fd, using the scatter-gather array defined by iovec_id . bool socket_writev ( resource socket, resource iovec_id) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-writev.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
798. socket_iovec_delete
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_iovec_delete -- Deletes a vector from an array of vectors . ... Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ... This function is currently not documented, only the argument list is available. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-iovec-delete.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
799. socket_iovec_add
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_iovec_add -- Adds a new vector to the scatter/gather array . bool socket_iovec_add ( resource iovec, int iov_len) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-iovec-add.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
800. socket_iovec_fetch
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) socket_iovec_fetch -- Returns the data held in the iovec specified by iovec_id[iovec_position] . string socket_iovec_fetch ( resource iovec, int iovec_position) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.socket-iovec-fetch.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы