PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 6 5 4 7 6 5 4 7 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_mkdir() ftp_mkdirectory() ftp_makekdir() Both A & B ftp_mkdir() ftp_mkdirectory() ftp_makekdir() Both A & B 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(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(80,”www.examians.com”); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following network transports doesn’t PHP support? tcp udp unix udg pdc tcp udp unix udg pdc ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following are valid PHP stream transports?1. http2. STDIO3. ftp4. STDOUT5. stream Option 4 and 5 Option 2 and 5 Option 3 and 5 Option 1 and 4 Option 4 and 5 Option 2 and 5 Option 3 and 5 Option 1 and 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 90 70 80 100 90 70 80 100 ANSWER DOWNLOAD EXAMIANS APP