AdobeConnectClient\Connection\Curl\Connection::post
Send a POST request.
Signature
public function post(array
$postParams,
[array
$queryParams = ] )
Parameters
$postParams
—
array
- Associative array for the post parameters
$queryParams
—
array
- Associative array to add params in URL
Returns
- void
Errors/Exceptions
-
UnexpectedValueException
- if server does not respond
Defined by Interface
ConnectionInterface
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line |
Rule |
Message |
83 |
ShortVariable
|
Avoid variables with short names like $ch. Configured minimum length is 3. |