ftp_get_option Retrieves various runtime behaviours of the current FTP connection &reftitle.description; intboolftp_get_option FTP\Connectionftp intoption This function returns the value for the requested option from the specified FTP connection. &reftitle.parameters; ftp &ftp.parameter.ftp; option Currently, the following options are supported: Supported runtime FTP options FTP_TIMEOUT_SEC Returns the current timeout used for network related operations. FTP_AUTOSEEK Returns &true; if this option is on, &false; otherwise.
&reftitle.returnvalues; Returns the value on success or &false; if the given option is not supported. In the latter case, a warning message is also thrown. &reftitle.changelog; &Version; &Description; &ftp.changelog.ftp-param; &reftitle.examples; <function>ftp_get_option</function> example ]]> &reftitle.seealso; ftp_set_option