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