MultipartForm

A multipart form.

package

Default

Methods

__construct

__construct() 

Add an attribute form data part.

attribute( $arg0,  $arg1) : $this

Arguments

$arg0

string

$arg1

string

Response

$this

a reference to this, so the API can be used fluently

Add a binary file upload form data part.

binaryFileUpload( $arg0,  $arg1,  $arg2,  $arg3) : $this

Arguments

$arg0

string

$arg1

string

$arg2

string

$arg3

string

Response

$this

a reference to this, so the API can be used fluently

create

create() : \io\vertx\jphp\ext\web\multipart\MultipartForm
static

Response

\io\vertx\jphp\ext\web\multipart\MultipartForm

a multipart form instance

Add a text file upload form data part.

textFileUpload( $arg0,  $arg1,  $arg2,  $arg3) : $this

Arguments

$arg0

string

$arg1

string

$arg2

string

$arg3

string

Response

$this

a reference to this, so the API can be used fluently