Documentation du code de SPIP et de ses plugins

SPIP

sha256.inc.php

Table of Contents

Functions

spip_sha256()  : string
Main routine called from an application using this include.

Functions

spip_sha256()

Main routine called from an application using this include.

spip_sha256(string $str) : string

General usage: require_once('sha256.inc.php'); $hashstr = spip_sha256('abc');

Parameters
$str : string

Chaîne dont on veut calculer le SHA

Tags
deprecated
5.0

Use hash('sha256', $str)

Return values
string

Le SHA de la chaîne


        
On this page

Search results