Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SocketStream.php

function SocketStream::getTimeout

1 call to SocketStream::getTimeout()
SocketStream::initialize in vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php
Performs any initialization needed.

File

vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php, line 44

Class

SocketStream
A stream supporting remote sockets.

Namespace

Symfony\Component\Mailer\Transport\Smtp\Stream

Code

public function getTimeout() : float {
    return $this->timeout ?? (double) \ini_get('default_socket_timeout');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal