IMAGES
Table of Contents
Functions
- images() : void
- Set and write images.
- floatParams() : mixed
- Set and get image float values.
- relsStore() : array<string|int, mixed>
- get the default file extention associated to an image mimetype
Functions
images()
Set and write images.
images([XMLWriter $xml = NULL ][, string $imagePathSource = '' ][, float $editW = 0 ][, float $editH = 0 ][, string $mimeType = '' ][, string $style = '' ]) : void
Parameters
- $xml : XMLWriter = NULL
-
Default NULL
- $imagePathSource : string = ''
-
Default ''
- $editW : float = 0
-
Default 0
- $editH : float = 0
-
Default 0
- $mimeType : string = ''
-
Default ''
- $style : string = ''
-
Default ''
floatParams()
Set and get image float values.
floatParams(string $method[, string $style = '' ]) : mixed
If images are defined as floating, they all belong to the nsame paragraph. This includes text in the next paragraph (as in the HTML
Parameters
- $method : string
- $style : string = ''
-
= ''
relsStore()
get the default file extention associated to an image mimetype
relsStore(string $method[, string $extension = "" ][, string $contentType = "" ]) : array<string|int, mixed>
Parameters
- $method : string
- $extension : string = ""
- $contentType : string = ""