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