PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. get_ftp_size() ftp_amount() ftp_size() ftp_file_size() get_ftp_size() ftp_amount() ftp_size() ftp_file_size() ANSWER DOWNLOAD EXAMIANS APP
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 How many configuration directives pertinent to PHP’s mail function are available? 6 5 7 4 6 5 7 4 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 The FTP functions are used to ....... files from file servers. Upload Download All of above Close Open Upload Download All of above Close Open ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_mkdir() Both A & B ftp_mkdirectory() ftp_makekdir() ftp_mkdir() Both A & B ftp_mkdirectory() ftp_makekdir() ANSWER DOWNLOAD EXAMIANS APP