PHP Class PHPExiftool\InformationDumper

Datei anzeigen Open project: romainneutron/PHPExiftool Class Usage Examples

Public Methods

Method Description
__construct ( Exiftool $exiftool )
listDatas ( string $type = self::LISTTYPE_SUPPORTED_XML ) : type Return the result of a Exiftool -list* command

Method Details

__construct() public method

public __construct ( Exiftool $exiftool )
$exiftool Exiftool

listDatas() public method

Return the result of a Exiftool -list* command
See also: http://www.sno.phy.queensu.ca/~phil/exiftool/exiftool_pod.html#item__2dlist_2c__2dlistw_2c__2dlistf_2c__2dlistr_2c__2d
public listDatas ( string $type = self::LISTTYPE_SUPPORTED_XML ) : type
$type string One of the LISTTYPE_* constants
return type