PHP Networking Which of the following network transports doesn’t PHP support? pdc udg tcp udp unix pdc udg tcp udp unix ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The windows version of PHP has built-in support for the FTP extension True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 7 5 4 6 7 5 4 6 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? send_mail() mailrr() mail() mail_send() send_mail() mailrr() mail() mail_send() 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->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’); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following statements can be used to establish port 80 connection with 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”); sockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); ANSWER DOWNLOAD EXAMIANS APP