TAILIEUCHUNG - PHP Developer's Dictionary- P40

PHP Developer's Dictionary- P40:PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP brings together the best of Perl, C++, and other languages. | PHP Developer s Dictionary int ftp_delete int ftp stream string file Description The ftp_deiete function deletes file which can include the absolute path as well on the machine connected to through ftp_stream. If the deletion is successful 1 is returned otherwise 0 is returned on an error. ftp_fget Syntax int ftp_fget int ftp stream int file pointer string remote file int mode Description The ftp_fget function retrieves remote_fiie and writes it to fiie_pointer from ftp_stream. If ftp_ascii is passed as mode the file is transferred in ASCII or text mode. If ftp_binary is passed the file is transferred in binary or source mode. This function returns 1 if successful and 0 if an error occurs. ftp_fput Syntax int ftp_fput int ftp stream string remote file int file pointer int mode Description The ftp_fput function puts the data defined by fiie_pointer and stores it as remote_file on the machine connected to by ftp_stream. If ftp_ascii is passed as mode the file is transferred in ASCII or text mode. If ftp_binary is passed the file is transferred in binary or source mode. This function returns 1 if successful and 0 if an error occurs. ftp_get Syntax IT-SC book 195 PHP Developer s Dictionary int ftp_get int ftp stream string local file string remote file int mode Description The ftp_get function retrieves remote_fiie and stores it as iocai_fiie from ftp_stream. If ftp_ascii is passed as mode the file is transferred in ASCII or text mode. If ftp_binary is passed the file is transferred in binary or source mode. This function returns 1 if successful and 0 if an error occurs. Here is a quick example that puts on the remote system whose connection is defined by my_conn. On the remote system the file which is transferred in ASCII mode is named . status ftp_get my_conn FTP_ASCII ftp_login Syntax int ftp_iogin int ftp stream string username string password Description The ftp_iogin function takes the passed ftp_stream which is the name .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.