PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 7 6 4 5 7 6 4 5 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getportname() getserverbyname() getservbyname() getservername() getportname() getserverbyname() getservbyname() getservername() 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() mail_send() send_mail() mailrr() mail() mail_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Download All of above Upload Close Open Download All of above Upload Close Open 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? getmx() retrieve_mx() getmxrr() retrieve_mxrr() getmx() retrieve_mx() getmxrr() retrieve_mxrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); A list of the ports associated with all services except FTP The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the FTP servers on the local network A list of the ports associated with all services except FTP The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the FTP servers on the local network ANSWER DOWNLOAD EXAMIANS APP