PHP Networking Which one of the following function returns the port number of a specified service? getserverbyname() getservername() getportname() getservbyname() getserverbyname() getservername() getportname() getservbyname() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? mail_send() send_mail() mail() mailrr() mail_send() send_mail() mail() mailrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking When dealing with timeout values in sockets, the connection timeout can be changed independently of the read/write time out. Which function must be used for this purpose? stream_fset_timeout stream_get_timeout stream_fget_timeout stream_set_timeout stream_fset_timeout stream_get_timeout stream_fget_timeout stream_set_timeout ANSWER DOWNLOAD EXAMIANS APP
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=>attachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to retrieve the MX records for the domain specified by hostname? getmxrr() retrieve_mx() getmx() retrieve_mxrr() getmxrr() retrieve_mx() getmx() retrieve_mxrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Domain Network System Digital Network System Digital Name Systmem Domain Name System Domain Network System Digital Network System Digital Name Systmem Domain Name System ANSWER DOWNLOAD EXAMIANS APP