API17:JFTP::setOptions
From Joomla! Documentation
JFTP::setOptions
Description
Set client options.
public function setOptions ($options)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | array | Associative array of options to set |
- Returns boolean True if successful
- Defined on line 220 of libraries/joomla/client/ftp.php
- Referenced by
See also
JFTP::setOptions source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::setOptions
User contributed notes
Code Examples