PHPExiftool\Driver\AbstractTag::isWritable PHP Méthode

isWritable() public méthode

Returns true if the value can be written in the tag
public isWritable ( ) : type
Résultat type
    public function isWritable()
    {
        return $this->Writable;
    }