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

Breadcrumb

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

function SMime::iteratorToFile

2 calls to SMime::iteratorToFile()
SMimeEncrypter::encrypt in vendor/symfony/mime/Crypto/SMimeEncrypter.php
SMimeSigner::sign in vendor/symfony/mime/Crypto/SMimeSigner.php

File

vendor/symfony/mime/Crypto/SMime.php, line 33

Class

SMime
@author Sebastiaan Stok <s.stok@rollerscapes.net>

Namespace

Symfony\Component\Mime\Crypto

Code

protected function iteratorToFile(iterable $iterator, $stream) : void {
    foreach ($iterator as $chunk) {
        fwrite($stream, $chunk);
    }
}

API Navigation

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