Gmagick::getimagesignature

(PECL gmagick >= Unknown)

Gmagick::getimagesignatureGenerates an SHA-256 message digest

Descrição

public Gmagick::getimagesignature(): string

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/Exceções

Lança uma exceção GmagickException em caso de erro.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top