JFTP:: verifyResponse
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFTP::_verifyResponse[edit]
Description[edit]
Verify the response code from the server and log response if flag is set.
public function _verifyResponse ($expected)
Parameter | Type | Default | Description |
---|---|---|---|
$expected | mixed | Integer response code or array of integer response codes |
- Returns boolean True if response code from the server is expected
- Defined on line 1289 of libraries/joomla/client/ftp.php
- Referenced by
See also[edit]
JFTP::_verifyResponse source code on BitBucket
Class JFTP
Subpackage Client
- Other versions of JFTP::_verifyResponse
User contributed notes[edit]
Code Examples[edit]