getByteLength() public method

public getByteLength ( )
コード例 #1
0
ファイル: PalmRecord.php プロジェクト: wallabag/php-mobi
 public function getLength()
 {
     return $this->elements->getByteLength();
 }