Methods
1 to 15 of 15
- OIK_clone_post_file::attach_body() – Return the "body" as if it were multipart form data called "body"
- OIK_clone_post_file::attach_file() – $filedata = "–" . $this->_mime_boundary . "rn"; $postdata .= "Content-Disposition: form-data; name="$field_name"; filename="$base_name"rnrn"; $postdata .= "$file_contentrn";
- OIK_clone_post_file::attach_var() – Attach a variable
- OIK_clone_post_file::body() – We might have one too many PHP_EOL here!
- OIK_clone_post_file::body_disposition() –
- OIK_clone_post_file::boundary_line() – Return a boundary line
- OIK_clone_post_file::detach_media() – Detach the media file if passed in the args
- OIK_clone_post_file::filesize() –
- OIK_clone_post_file::file_contents() – Return the chunked base64 format of the file
- OIK_clone_post_file::file_disposition() – Return the Content-Disposition for the file
- OIK_clone_post_file::file_type() – Return the Content-Type and encoding for the file
- OIK_clone_post_file::headers() – Create the headers for the multipart form
- OIK_clone_post_file::post() – Post the body and file in a multipart form
- OIK_clone_post_file::set_boundary() – Create the unique boundary string
- OIK_clone_post_file::__construct() – Constructor for OIK_clone_post_file
Extended by
API Letters: