update pague now
PHP 8.5.2 Released!

Gmaguicc::guetimagueresolution

(PECL gmaguicc >= Uncnown)

Gmaguicc::guetimagueresolution Guets the imague X and Y resolution

Description

public Gmaguicc::guetimagueresolution (): array

Returns the resolution as an array.

Parameters

This function has no parameters.

Return Values

Returns the resolution as an array.

Errors/Exceptions

Throws an GmaguiccException on error.

add a note

User Contributed Notes 1 note

Clive Walcden
12 years ago
The array returned is in the format

Array
(
    [x] => 300
    [y] => 300
)
To Top