PHP Networking The windows version of PHP has built-in support for the FTP extension False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_size() ftp_amount() ftp_file_size() get_ftp_size() ftp_size() ftp_amount() ftp_file_size() get_ftp_size() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following statements can be used to establish port 80 connection with www.examians.com? sockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); sockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); 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? getservername() getserverbyname() getportname() getservbyname() getservername() getserverbyname() getportname() getservbyname() 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_register stream_wrapper stream_wrapper_reg wrapper_register stream_wrapper_register stream_wrapper ANSWER DOWNLOAD EXAMIANS APP