PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 6 4 7 5 6 4 7 5 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Download All of above Open Upload Close Download All of above Open Upload Close ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following network transports doesn’t PHP support? udg tcp unix pdc udp udg tcp unix pdc udp ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getservername() getservbyname() getportname() getserverbyname() getservername() getservbyname() getportname() getserverbyname() 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=>attachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); 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_reg wrapper_register stream_wrapper stream_wrapper_register stream_wrapper_reg wrapper_register stream_wrapper stream_wrapper_register ANSWER DOWNLOAD EXAMIANS APP