PHP Networking Which of the following statements is used to add an attachment to the mail? $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getserverbyname() getservbyname() getportname() getservername() getserverbyname() getservbyname() getportname() getservername() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 5 4 6 7 5 4 6 7 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Domain Network System Digital Network System Domain Name System Digital Name Systmem Domain Network System Digital Network System Domain Name System Digital Name Systmem 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? retrieve_mxrr() retrieve_mx() getmxrr() getmx() retrieve_mxrr() retrieve_mx() getmxrr() getmx() 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