Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
StreamInterface.php
»
StreamInterface
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
public function StreamInterface::getSize
Get the size of the stream if able
Return value
int|bool
2 methods override StreamInterface::getSize()
AbstractEntityBodyDecorator::getSize
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
AbstractEntityBodyDecorator.php
Get the size of the stream if able
Stream::getSize
in drupal/
core/
vendor/
guzzle/
stream/
Guzzle/
Stream/
Stream.php
Get the size of the stream if able
File
drupal/
core/
vendor/
guzzle/
stream/
Guzzle/
Stream/
StreamInterface.php
, line 76
Class
StreamInterface
OO interface to PHP streams
Namespace
Guzzle\Stream
Code
public
function
getSize
();