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=>addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function checks for the existence of DNS records? checkdnsa() checkdnsrr() checkdnsr() checkdns() checkdnsa() checkdnsrr() checkdnsr() checkdns() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The windows version of PHP has built-in support for the FTP extension False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following network transports doesn’t PHP support? unix udg udp pdc tcp unix udg udp pdc tcp ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following statements can be used to establish port 80 connection with www.examians.com? sockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_size() ftp_amount() get_ftp_size() ftp_file_size() ftp_size() ftp_amount() get_ftp_size() ftp_file_size() ANSWER DOWNLOAD EXAMIANS APP