wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
is_gd_image › WordPress Function
Seit5.6.0
Veraltetn/v
› is_gd_image ( $image )
Parameter: |
|
Gibt zurück: |
|
Definiert in: |
|
Codex: |
Determines whether the value is an acceptable type for GD image functions.
In PHP 8.0, the GD extension uses GdImage objects for its data structures. This function checks if the passed value is either a GdImage object instance or a resource of typegd
. Any other type will return false.