PHP Networking What function can you use to create your own streams using the PHP stream wrappers and register them within PHP? wrapper_register stream_wrapper_register stream_wrapper_reg stream_wrapper wrapper_register stream_wrapper_register stream_wrapper_reg stream_wrapper ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? mail_send() send_mail() mailrr() mail() mail_send() send_mail() mailrr() mail() 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 Which one of the following function is used to retrieve the MX records for the domain specified by hostname? getmxrr() retrieve_mxrr() retrieve_mx() getmx() getmxrr() retrieve_mxrr() retrieve_mx() getmx() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following network transports doesn’t PHP support? pdc udg tcp udp unix pdc udg tcp udp unix ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP A list of the FTP servers on the local network The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP A list of the FTP servers on the local network ANSWER DOWNLOAD EXAMIANS APP