JMediawikiImages::enumerateImages
Method to enumerate all images.
Signature
public function enumerateImages([string
$aifrom = null,
[string
$aito = null,
[string
$aiprefix = null,
[integer
$aiminsize = null,
[integer
$aimaxsize = null,
[integer
$ailimit = null,
[string
$aidir = null,
[string
$aisha1 = null,
[string
$aisha1base36 = null,
[array
$aiprop = null,
[string
$aimime = null]]]]]]]]]]] )
Parameters
-
$aifrom
- The image title to start enumerating from.
-
$aito
- The image title to stop enumerating at.
-
$aiprefix
- Search for all image titles that begin with this value.
-
$aiminsize
- Limit to images with at least this many bytes.
-
$aimaxsize
- Limit to images with at most this many bytes.
-
$ailimit
- How many images in total to return.
-
$aidir
- The direction in which to list.
-
$aisha1
- SHA1 hash of image.
-
$aisha1base36
- SHA1 hash of image in base 36.
-
$aiprop
- What image information to get.
-
$aimime
- What MIME type to search for.
Returns