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_register stream_wrapper stream_wrapper_reg wrapper_register stream_wrapper_register stream_wrapper ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. All of above Upload Open Close Download All of above Upload Open Close Download ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 90 70 100 80 90 70 100 80 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getservbyname() getserverbyname() getportname() getservername() getservbyname() getserverbyname() getportname() getservername() 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
PHP Networking Which one of the following function is used to send a e-mail using PHP script? mailrr() mail() send_mail() mail_send() mailrr() mail() send_mail() mail_send() ANSWER DOWNLOAD EXAMIANS APP