PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_mkdirectory() ftp_mkdir() Both A & B ftp_makekdir() ftp_mkdirectory() ftp_mkdir() Both A & B ftp_makekdir() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Upload All of above Close Open Download Upload All of above Close Open Download ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following statements is used to add an attachment to the mail? $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’); $mimemail=>addAttachment(‘attachment.pdf’); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 80 70 100 90 80 70 100 90 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 4 7 6 5 4 7 6 5 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_file_size() ftp_size() ftp_amount() get_ftp_size() ftp_file_size() ftp_size() ftp_amount() get_ftp_size() ANSWER DOWNLOAD EXAMIANS APP