Get the Content-Length of the entity body if possible (alias of getSize)
int|bool Returns the Content-Length or false on failure
Overrides EntityBodyInterface::getContentLength
public function getContentLength() {
return $this->body
->getContentLength();
}