php-vips

ArgumentFlags
in package

AbstractYes

The ArgumentFlags enum.

Tags
category

Images

author

John Cupitt [email protected]

copyright

2016 John Cupitt

license

https://opensource.org/licenses/MIT MIT

link
https://github.com/jcupitt/php-vips

Table of Contents

Constants

CONSTRUCT  = 2
DEPRECATED  = 64
INPUT  = 16
MODIFY  = 128
NAMES  = ["REQUIRED" => self::REQUIRED, "CONSTRUCT" => self::CONSTRUCT, "SET_ONCE" => self::SET_ONCE, "SET_ALWAYS" => self::SET_ALWAYS, "INPUT" => self::INPUT, "OUTPUT" => self::OUTPUT, "DEPRECATED" => self::DEPRECATED, "MODIFY" => self::MODIFY]
OUTPUT  = 32
REQUIRED  = 1
SET_ALWAYS  = 8
SET_ONCE  = 4

Constants

NAMES

public mixed NAMES = ["REQUIRED" => self::REQUIRED, "CONSTRUCT" => self::CONSTRUCT, "SET_ONCE" => self::SET_ONCE, "SET_ALWAYS" => self::SET_ALWAYS, "INPUT" => self::INPUT, "OUTPUT" => self::OUTPUT, "DEPRECATED" => self::DEPRECATED, "MODIFY" => self::MODIFY]

        
On this page

Search results