Skip to content

Instantly share code, notes, and snippets.

@kocsismate
Created November 20, 2023 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kocsismate/2972a071425ca57031ac3db1bf623865 to your computer and use it in GitHub Desktop.
Save kocsismate/2972a071425ca57031ac3db1bf623865 to your computer and use it in GitHub Desktop.
stream_filter_append() and stream_filter_prepend()
Found Occurrences in Directory ./sources with mask '*.php' (4 usages found)
Unclassified (4 usages found)
popular-package-analysis (4 usages found)
sources/laminas/laminas-mime/src (2 usages found)
Part.php (2 usages found)
407 $filter = stream_filter_append(
425 $filter = stream_filter_append(
sources/league/csv/src (1 usage found)
Stream.php (1 usage found)
181 $res = stream_filter_append($this->stream, $filtername, $read_write, $params ?? []);
sources/symfony/mime/Encoder (1 usage found)
Base64ContentEncoder.php (1 usage found)
27 $filter = stream_filter_append($stream, 'convert.base64-encode', \STREAM_FILTER_READ, [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment