PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_size() ftp_file_size() ftp_amount() get_ftp_size() ftp_size() ftp_file_size() ftp_amount() get_ftp_size() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? mailrr() send_mail() mail_send() mail() mailrr() send_mail() mail_send() mail() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 7 4 5 6 7 4 5 6 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 stream_wrapper_register wrapper_register stream_wrapper_reg stream_wrapper stream_wrapper_register wrapper_register stream_wrapper_reg ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function checks for the existence of DNS records? checkdnsrr() checkdns() checkdnsa() checkdnsr() checkdnsrr() checkdns() checkdnsa() checkdnsr() 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