PHP Networking The FTP functions are used to ....... files from file servers. Upload Download All of above Open Close Upload Download All of above Open Close ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? send_mail() mailrr() mail_send() mail() send_mail() mailrr() mail_send() mail() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); The port associated with the TCP service called “FTP” The address of the FTP server called “tcp” A list of the FTP servers on the local network A list of the ports associated with all services except FTP The port associated with the TCP service called “FTP” The address of the FTP server called “tcp” A list of the FTP servers on the local network A list of the ports associated with all services except FTP ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_amount() ftp_file_size() ftp_size() get_ftp_size() ftp_amount() ftp_file_size() ftp_size() get_ftp_size() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_mkdir() function creates a directory on the FTP server. Both A & B ftp_mkdir() ftp_makekdir() ftp_mkdirectory() Both A & B ftp_mkdir() ftp_makekdir() ftp_mkdirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 100 90 80 70 100 90 80 70 ANSWER DOWNLOAD EXAMIANS APP