Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SocketStream.php
function SocketStream::setPort
Return value
$this
File
vendor/
symfony/
mailer/
Transport/
Smtp/
Stream/
SocketStream.php
, line 69
Class
SocketStream
A stream supporting remote sockets.
Namespace
Symfony\Component\Mailer\Transport\Smtp\Stream
Code
public
function
setPort
(int
$port
) : static {
$this
->
port
=
$port
;
return
$this
; }
RSS feed