PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_mkdirectory() ftp_makekdir() ftp_mkdir() Both A & B ftp_mkdirectory() ftp_makekdir() ftp_mkdir() Both A & B ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); The address of the FTP server called “tcp” A list of the ports associated with all services except FTP A list of the FTP servers on the local network The port associated with the TCP service called “FTP” The address of the FTP server called “tcp” A list of the ports associated with all services except FTP A list of the FTP servers on the local network The port associated with the TCP service called “FTP” ANSWER DOWNLOAD EXAMIANS APP
PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 5 7 6 4 5 7 6 4 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() getmx() retrieve_mxrr() retrieve_mx() getmxrr() getmx() retrieve_mxrr() retrieve_mx() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Upload All of above Download Close Open Upload All of above Download Close Open ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following statements is used to add an attachment to the mail? $mimemail->attachment(‘attachment.pdf’); $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’); ANSWER DOWNLOAD EXAMIANS APP