Function __global->imagecreatefromgif

Definitions

sources_custom/phpstub.php

  • Create a new image from a GIF file on disk.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$path PATH required parameter N/A N/A The GIF file

Return

  • The image handle (false: error)
  • Type: ~resource
  • Set: N/A
  • Range: N/A