OpenOptions

Describes how an @see \io\vertx\jphp\core\file\AsyncFile should be opened.

package

Default

Methods

OpenOptions constructor

__construct( $openOptions = null) 

Arguments

$openOptions

mixed | null

getPerms

getPerms() : string

Response

string

isAppend

isAppend() : boolean

Response

boolean

isCreate

isCreate() : boolean

Response

boolean

isCreateNew

isCreateNew() : boolean

Response

boolean

isDeleteOnClose

isDeleteOnClose() : boolean

Response

boolean

isDsync

isDsync() : boolean

Response

boolean

isRead

isRead() : boolean

Response

boolean

isSparse

isSparse() : boolean

Response

boolean

isSync

isSync() : boolean

Response

boolean

isTruncateExisting

isTruncateExisting() : boolean

Response

boolean

isWrite

isWrite() : boolean

Response

boolean

setAppend

setAppend( $append) : $this

Arguments

$append

boolean

Response

$this

setCreate

setCreate( $create) : $this

Arguments

$create

boolean

Response

$this

setCreateNew

setCreateNew( $createNew) : $this

Arguments

$createNew

boolean

Response

$this

setDeleteOnClose

setDeleteOnClose( $deleteOnClose) : $this

Arguments

$deleteOnClose

boolean

Response

$this

setDsync

setDsync( $dsync) : $this

Arguments

$dsync

boolean

Response

$this

setPerms

setPerms( $perms) : $this

Arguments

$perms

string

Response

$this

setRead

setRead( $read) : $this

Arguments

$read

boolean

Response

$this

setSparse

setSparse( $sparse) : $this

Arguments

$sparse

boolean

Response

$this

setSync

setSync( $sync) : $this

Arguments

$sync

boolean

Response

$this

setTruncateExisting

setTruncateExisting( $truncateExisting) : $this

Arguments

$truncateExisting

boolean

Response

$this

setWrite

setWrite( $write) : $this

Arguments

$write

boolean

Response

$this