PHP Networking Which of the following network transports doesn’t PHP support? udg pdc tcp unix udp udg pdc tcp unix udp 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() get_ftp_size() ftp_file_size() ftp_size() ftp_amount() get_ftp_size() ftp_file_size() 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_register wrapper_register stream_wrapper stream_wrapper_reg stream_wrapper_register wrapper_register stream_wrapper stream_wrapper_reg ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Domain Network System Digital Name Systmem Digital Network System Domain Name System Domain Network System Digital Name Systmem Digital Network System Domain Name System 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(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); 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