Cheetah
Public Member Functions | List of all members
Intervention\Image\Commands\ExifCommand Class Reference
Inheritance diagram for Intervention\Image\Commands\ExifCommand:
Intervention\Image\Commands\AbstractCommand

Public Member Functions

 execute ($image)
 
- Public Member Functions inherited from Intervention\Image\Commands\AbstractCommand
 __construct ($arguments)
 
 argument ($key)
 
 getOutput ()
 
 hasOutput ()
 
 setOutput ($value)
 

Additional Inherited Members

- Public Attributes inherited from Intervention\Image\Commands\AbstractCommand
 $arguments
 
- Protected Attributes inherited from Intervention\Image\Commands\AbstractCommand
 $output
 

Detailed Description

Definition at line 5 of file ExifCommand.php.

Member Function Documentation

◆ execute()

Intervention\Image\Commands\ExifCommand::execute (   $image)

Read Exif data from the given image

Note: Windows PHP Users - in order to use this method you will need to enable the mbstring and exif extensions within the php.ini file.

Parameters
\Intervention\Image\Image$image
Returns
boolean

Reimplemented from Intervention\Image\Commands\AbstractCommand.

Definition at line 16 of file ExifCommand.php.


The documentation for this class was generated from the following file: