PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_makekdir() ftp_mkdirectory() ftp_mkdir() Both A & B ftp_makekdir() ftp_mkdirectory() ftp_mkdir() Both A & B 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_reg stream_wrapper stream_wrapper_register wrapper_register stream_wrapper_reg stream_wrapper stream_wrapper_register wrapper_register ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); 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” The port associated with the TCP service called “FTP” A list of the FTP servers on the local network ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following network transports doesn’t PHP support? tcp pdc udg udp unix tcp pdc udg udp unix ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_amount() ftp_file_size() get_ftp_size() ftp_size() ftp_amount() ftp_file_size() get_ftp_size() ftp_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? getmx() retrieve_mx() getmxrr() retrieve_mxrr() getmx() retrieve_mx() getmxrr() retrieve_mxrr() ANSWER DOWNLOAD EXAMIANS APP