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

В начало ] Пред. | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2561. ftp_rename
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_rename -- Renames a file on the ftp server. bool ftp_rename ( resource ftp_stream, string from, string to) . ftp_rename() renames the file or directory currently named from to the new name to , on the FTP stream ftp_stream . Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_mdtm . Up . ftp_delete
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-rename.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2562. ftp_fput
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_fput -- Uploads from an open file to the FTP server. bool ftp_fput ( resource ftp_stream, string remote_file, resource fp, int mode) . ftp_fput() uploads the data from the file pointer fp until end of file. The results are stored in remote_file on the FTP server. The transfer mode specified must be either FTP_ASCII or FTP_BINARY . Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_put . Up . ftp_size
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-fput.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2563. ftp_size
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_size -- Returns the size of the given file. int ftp_size ( resource ftp_stream, string remote_file) . ftp_size() returns the size of a file in bytes. If an error occurs, of if the file does not exist, -1 is returned. Not all servers support this feature. Returns the file size on success, or -1 on error. Prev . Home . Next . ftp_fput . Up . ftp_mdtm
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-size.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2564. ftp_fget
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_fget -- Downloads a file from the FTP server and saves to an open file. bool ftp_fget ( resource ftp_stream, resource fp, string remote_file, int mode) . ftp_fget() retrieves remote_file from the FTP server, and writes it to the given file pointer, fp . The transfer mode specified must be either FTP_ASCII or FTP_BINARY . Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_get . Up . ftp_put
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-fget.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2565. ftp_put
PHP Manual . Prev . Next . 3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_put -- Uploads a file to the FTP server. bool ftp_put ( resource ftp_stream, string remote_file, string local_file, int mode) . ftp_put() stores local_file on the FTP server, as remote_file . The transfer mode specified must be either FTP_ASCII or FTP_BINARY . ... Example 1. ftp_put() example . upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); . ... ftp_fget . ... ftp_fput ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-put.html -- 4.1 Кб -- 03.02.2002
Похожие документы

2566. ftp_get
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_get -- Downloads a file from the FTP server. bool ftp_get ( resource ftp_stream, string local_file, string remote_file, int mode) . ftp_get() retrieves remote_file from the FTP server, and saves it to local_file locally. The transfer mode specified must be either FTP_ASCII or FTP_BINARY . Returns TRUE on success, FALSE on error. See also ftp_fget() . Prev . Home . Next . ftp_pasv . Up . ftp_fget
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-get.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2567. ftp_pasv
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_pasv -- Turns passive mode on or off. bool ftp_pasv ( resource ftp_stream, bool pasv) . ftp_pasv() turns on passive mode if the pasv parameter is TRUE (it turns off passive mode if pasv is FALSE .) In passive mode, data connections are initiated by the client, rather than by the server. Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_systype . Up . ftp_get
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-pasv.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2568. ftp_systype
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_systype -- Returns the system type identifier of the remote FTP server. string ftp_systype ( resource ftp_stream) . Returns the remote system type, or FALSE on error. Prev . Home . Next . ftp_rawlist . Up . ftp_pasv
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-systype.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2569. ftp_nlist
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_nlist -- Returns a list of files in the given directory. array ftp_nlist ( resource ftp_stream, string directory) . Returns an array of filenames from the specified directory on success, FALSE on error. Prev . Home . Next . ftp_rmdir . Up . ftp_rawlist
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-nlist.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2570. ftp_rawlist
PHP Manual . Prev . Next . 3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_rawlist -- Returns a detailed list of files in the given directory. array ftp_rawlist ( resource ftp_stream, string directory) . ftp_rawlist() executes the FTP LIST command, and returns the result as an array. Each array element corresponds to one line of text. ... The system type identifier returned by ftp_systype() can be used to determine how the results should be interpreted. ... ftp_systype ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-rawlist.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2571. ftp_mkdir
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_mkdir -- Creates a directory . string ftp_mkdir ( resource ftp_stream, string directory) . Creates the specified directory . Returns the newly created directory name on success, FALSE on error. Prev . Home . Next . ftp_chdir . Up . ftp_rmdir
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-mkdir.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2572. ftp_rmdir
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_rmdir -- Removes a directory . bool ftp_rmdir ( resource ftp_stream, string directory) . Removes the specified directory . Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_mkdir . Up . ftp_nlist
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-rmdir.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2573. ftp_cdup
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_cdup -- Changes to the parent directory . bool ftp_cdup ( resource ftp_stream) . Changes to the parent directory. Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_pwd . Up . ftp_chdir
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-cdup.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2574. ftp_chdir
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_chdir -- Changes directories on a FTP server . bool ftp_chdir ( resource ftp_stream, string directory) . Changes to the specified directory . Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_cdup . Up . ftp_mkdir
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-chdir.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2575. ftp_pwd
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_pwd -- Returns the current directory name . string ftp_pwd ( resource ftp_stream) . Returns the current directory, or FALSE on error. Prev . Home . Next . ftp_login . Up . ftp_cdup
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-pwd.html -- 3.2 Кб -- 03.02.2002
Похожие документы

2576. ftp_connect
... Next . 3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_connect -- Opens up an FTP connection . resource ftp_connect ( string host [, int port [, int timeout]]) . Returns a FTP stream on success, FALSE on error. ftp_connect() opens up a FTP connection to the specified host . The port parameter specifies an alternate port to connect to. If it is omitted or zero, then the default FTP port, 21, will be used. ... If omitted, the default value is 90 seconds. ... FTP functions . ... ftp_login ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-connect.html -- 4.1 Кб -- 03.02.2002
Похожие документы

2577. ftp_login
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) ftp_login -- Logs in an FTP connection . bool ftp_login ( resource ftp_stream, string username, string password) . Logs in the given FTP stream. Returns TRUE on success, FALSE on error. Prev . Home . Next . ftp_connect . Up . ftp_pwd
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.ftp-login.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2578. fribidi_log2vis
PHP Manual . Prev . Next . PHP 4 >= 4.0.4) fribidi_log2vis -- Convert a logical string to a visual one . ... 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. ... FriBiDi functions . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fribidi-log2vis.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2579. FriBiDi functions
. PHP Manual . Prev . Next . Table of Contents . fribidi_log2vis -- Convert a logical string to a visual one . Prev . Home . Next . fdf_add_template . Up . fribidi_log2vis
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.fribidi.html -- 3.2 Кб -- 03.02.2002
Похожие документы

2580. fdf_add_template
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_add_template -- Adds a template into the FDF document . bool fdf_add_template ( int fdfdoc, int newpage, string filename, string template, int rename) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . fdf_set_encoding . Up . FriBiDi functions
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-add-template.html -- 3.5 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | След.В конец ]

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