PHP Networking The FTP functions are used to ....... files from file servers. Upload Download All of above Open Close Upload Download All of above Open Close ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Digital Network System Domain Network System Domain Name System Digital Name Systmem Digital Network System Domain Network System Domain Name System Digital Name Systmem ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function checks for the existence of DNS records? checkdns() checkdnsr() checkdnsrr() checkdnsa() checkdns() checkdnsr() checkdnsrr() checkdnsa() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getportname() getserverbyname() getservbyname() getservername() getportname() getserverbyname() getservbyname() getservername() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP The address of the FTP server called “tcp” A list of the FTP servers on the local network The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP The address of the FTP server called “tcp” A list of the FTP servers on the local network 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 stream_wrapper_reg wrapper_register stream_wrapper_register stream_wrapper stream_wrapper_reg wrapper_register stream_wrapper_register ANSWER DOWNLOAD EXAMIANS APP