Describes how an @see \io\vertx\jphp\core\file\AsyncFile should be opened.
package |
Default |
---|
__construct( $openOptions = null)
mixed | null
getPerms() : string
string
isAppend() : boolean
boolean
isCreate() : boolean
boolean
isCreateNew() : boolean
boolean
isDeleteOnClose() : boolean
boolean
isDsync() : boolean
boolean
isRead() : boolean
boolean
isSparse() : boolean
boolean
isSync() : boolean
boolean
isTruncateExisting() : boolean
boolean
isWrite() : boolean
boolean
setAppend( $append) : $this
boolean
$this
setCreate( $create) : $this
boolean
$this
setCreateNew( $createNew) : $this
boolean
$this
setDeleteOnClose( $deleteOnClose) : $this
boolean
$this
setDsync( $dsync) : $this
boolean
$this
setPerms( $perms) : $this
string
$this
setRead( $read) : $this
boolean
$this
setSparse( $sparse) : $this
boolean
$this
setSync( $sync) : $this
boolean
$this
setTruncateExisting( $truncateExisting) : $this
boolean
$this
setWrite( $write) : $this
boolean
$this