PHPExiftool\Driver\AbstractTag::isWritable PHP 메소드

isWritable() 공개 메소드

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