What function can you use to create your own streams using the PHP stream wrappers and register them within PHP? wrapper_register stream_wrapper_reg stream_wrapper_register stream_wrapper TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following network transports doesn’t PHP support? udg tcp unix udp pdc TRUE ANSWER : ? YOUR ANSWER : ?
What will the following script do?<br/>echo getservbyname ('ftp', 'tcp'); A list of the ports associated with all services except FTP The port associated with the TCP service called “FTP” A list of the FTP servers on the local network The address of the FTP server called “tcp” TRUE ANSWER : ? YOUR ANSWER : ?
What is the full form of DNS? Digital Name Systmem Domain Name System Domain Network System Digital Network System TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following function returns the port number of a specified service? getservername() getservbyname() getportname() getserverbyname() TRUE ANSWER : ? YOUR ANSWER : ?
The windows version of PHP has built-in support for the FTP extension False True TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following function is used to return an array consisting of various DNS resource records pertinent to a specific domain? dns_record() dnsrr_get_record() dnsrr_record() dns_get_record() TRUE ANSWER : ? YOUR ANSWER : ?
The ftp_mkdir() function creates a directory on the FTP server. Both A & B ftp_mkdirectory() ftp_mkdir() ftp_makekdir() TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements is used to add an attachment to the mail? $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following function checks for the existence of DNS records? checkdnsr() checkdnsrr() checkdns() checkdnsa() TRUE ANSWER : ? YOUR ANSWER : ?