PHP Networking What is the default port number of HTTP’s? 100 70 80 90 100 70 80 90 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 wrapper_register stream_wrapper_register stream_wrapper_reg stream_wrapper wrapper_register stream_wrapper_register stream_wrapper_reg ANSWER DOWNLOAD EXAMIANS APP
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 What will the following script do?echo getservbyname ('ftp', 'tcp'); The port associated with the TCP service called “FTP” A list of the FTP servers on the local network A list of the ports associated with all services except FTP The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the FTP servers on the local network A list of the ports associated with all services except FTP The address of the FTP server called “tcp” ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to retrieve the MX records for the domain specified by hostname? retrieve_mx() getmx() getmxrr() retrieve_mxrr() retrieve_mx() getmx() getmxrr() retrieve_mxrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_file_size() ftp_amount() get_ftp_size() ftp_size() ftp_file_size() ftp_amount() get_ftp_size() ftp_size() ANSWER DOWNLOAD EXAMIANS APP