PHP Class PHPExiftool\Driver\Metadata\MetadataBag

Author: Romain Neutron - [email protected]
Inheritance: extends Doctrine\Common\Collections\ArrayCollection
Show file Open project: romainneutron/PHPExiftool Class Usage Examples

Public Methods

Method Description
filterKeysByRegExp ( string $regexp ) : MetadataBag Returns all the elements which key matches the regexp

Method Details

filterKeysByRegExp() public method

Returns all the elements which key matches the regexp
public filterKeysByRegExp ( string $regexp ) : MetadataBag
$regexp string
return MetadataBag