JMediawikiImages::getImageInfo
Method to get all image information and upload history.
Signature
public function getImageInfo([array
$liprop = null,
[integer
$lilimit = null,
[string
$listart = null,
[string
$liend = null,
[integer
$liurlwidth = null,
[integer
$liurlheight = null,
[string
$limetadataversion = null,
[string
$liurlparam = null,
[boolean
$licontinue = null]]]]]]]]] )
Parameters
-
$liprop
- What image information to get.
-
$lilimit
- How many image revisions to return.
-
$listart
- Timestamp to start listing from.
-
$liend
- Timestamp to stop listing at.
-
$liurlwidth
- URL to an image scaled to this width will be returned..
-
$liurlheight
- URL to an image scaled to this height will be returned.
-
$limetadataversion
- Version of metadata to use.
-
$liurlparam
- A handler specific parameter string.
-
$licontinue
- When more results are available, use this to continue.
Returns