Same name and namespace in other branches
  1. 8.x-1.x src/ExifInterface.php \Drupal\exif\ExifInterface::readMetadataTags() 1 comment
  2. 8.x-2.x src/ExifInterface.php \Drupal\exif\ExifInterface::readMetadataTags() 1 comment

List of options for the method.

Parameters

string $file:

bool $enable_sections: Retrieve sections.

Return value

array $data

2 methods override ExifInterface::readMetadataTags()
ExifPHPExtension::readMetadataTags in ./ExifPHPExtension.php
List of options for the method.
SimpleExifToolFacade::readMetadataTags in ./SimpleExiftoolFacade.php
$arOptions liste of options for the method : # enable_sections : (default : TRUE) retrieve also sections.

File

./ExifInterface.php, line 37

Class

ExifInterface

Namespace

Drupal\exif

Code

public function readMetadataTags($file, $enable_sections = TRUE);