Gmagick
PHP Manual

Gmagick::getimagesignature

(PECL gmagick >= Unknown)

Gmagick::getimagesignatureGenerates an SHA-256 message digest

Descrição

public string Gmagick::getimagesignature ( void )

Generates an SHA-256 message digest for the image pixel stream.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns a string containing the SHA-256 hash of the file.

Erros

Lança uma exceção GmagickException em erros.


Gmagick
PHP Manual