note 102749 deleted from function.ftp-get-option by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Andrey Knupp
----
$opt = ftp_get_option($this->connect, FTP_TIMEOUT_SEC);
if($opt == true)
{
echo 'Can do Things :D';
}