PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); A list of the FTP servers on the local network The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP The address of the FTP server called “tcp” A list of the FTP servers on the local network The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP The address of the FTP server called “tcp” ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to retrieve the MX records for the domain specified by hostname? getmxrr() retrieve_mxrr() retrieve_mx() getmx() getmxrr() retrieve_mxrr() retrieve_mx() getmx() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Download Upload All of above Open Close Download Upload All of above Open Close ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What function can you use to create your own streams using the PHP stream wrappers and register them within PHP? stream_wrapper_register stream_wrapper wrapper_register stream_wrapper_reg stream_wrapper_register stream_wrapper wrapper_register stream_wrapper_reg ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_makekdir() Both A & B ftp_mkdir() ftp_mkdirectory() ftp_makekdir() Both A & B ftp_mkdir() ftp_mkdirectory() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? mail() send_mail() mailrr() mail_send() mail() send_mail() mailrr() mail_send() ANSWER DOWNLOAD EXAMIANS APP