FileElement::getByteLength PHP Method

getByteLength() public method

public getByteLength ( )
    public function getByteLength()
    {
        return $this->getLength();
    }

Usage Example

Example #1
0
 public function getLength()
 {
     return $this->elements->getByteLength();
 }