public function RequestInterface::getPort

Get the port that the request will be sent on if it has been set

Return value

int|null

1 method overrides RequestInterface::getPort()
Request::getPort in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the port that the request will be sent on if it has been set

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 169

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getPort();