MediaWiki  1.34.0
IBlob.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Wikimedia\Rdbms;
4 
9 interface IBlob {
13  public function fetch();
14 }
Wikimedia\Rdbms\IBlob
Wrapper allowing us to distinguish a blob from a normal string and an array of strings.
Definition: IBlob.php:9
Wikimedia\Rdbms
Definition: ChronologyProtector.php:24
Wikimedia\Rdbms\IBlob\fetch
fetch()