ftp_get_option Retrieves various runtime behaviours of the current FTP stream &reftitle.description; mixedftp_get_option resourceftp_stream intoption This function returns the value for the requested option from the specified FTP connection. &reftitle.parameters; ftp_stream The link identifier of the FTP connection. 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.examples; <function>ftp_get_option</function> example ]]> &reftitle.seealso; ftp_set_option