PHP Networking The FTP functions are used to ....... files from file servers. Open Upload All of above Download Close Open Upload All of above Download Close ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. get_ftp_size() ftp_file_size() ftp_amount() ftp_size() get_ftp_size() ftp_file_size() ftp_amount() ftp_size() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 5 4 6 7 5 4 6 7 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following are valid PHP stream transports?1. http2. STDIO3. ftp4. STDOUT5. stream Option 3 and 5 Option 2 and 5 Option 1 and 4 Option 4 and 5 Option 3 and 5 Option 2 and 5 Option 1 and 4 Option 4 and 5 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Domain Network System Domain Name System Digital Network System Digital Name Systmem Domain Network System Domain Name System Digital Network System Digital Name Systmem 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”); fsockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); sockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); sockopen(“www.examians.com”, 80); ANSWER DOWNLOAD EXAMIANS APP