:: Anbieterverzeichnis :: Globale Branchen
:: SELFPHP Forum ::
Fragen rund um die Themen PHP?
In über
130.000 Beiträgen finden Sie sicher die passende
Antwort! 
:: Newsletter ::
Abonnieren Sie hier den kostenlosen
SELFPHP Newsletter!
|
|
Hash-Funktionen  |
|
SELFPHP ist Shopware Solution Partner
Shopware ist ein vielfach ausgezeichnetes Onlineshop-System der shopware AG, das auf PHP. Zend Framework und SQL basiert.
SELFPHP unterstützt Sie als Shopware Solution Partner bei der Konzeption, Programmierung und Realisierung Ihres Onlineshops und passt Shopware bei Bedarf an Ihre Unternehmensbedürfnisse an.
Weitere Informationen
hash
string hash ( string $algo , string $data [, bool $raw_output = false ] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash() kann der Hashwert von Daten errechnet werden.
Detailbeschreibung
|
hash_algos
array hash_algos ( void ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_algos() kann man sich eine Liste der verfügbaren Hashing-Algorithmen zurückgeben lassen.
Detailbeschreibung
|
hash_copy
resource hash_copy ( resource $context ) (PHP 5 >= 5.3.0) Mit hash_copy() kann ein Hash-Kontext dupliziert werden.
Detailbeschreibung
|
hash_file
string hash_file ( string $algo , string $filename [, bool $raw_output = false ] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_file() kann der Hash von einem Dateiinhalt berechnet werden.
Detailbeschreibung
|
hash_final
string hash_final ( resource $context [, bool $raw_output = false ] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_final() können Sie den schrittweisen Hashing-Vorgang abschließen und sich das Ergebnis zurückgeben lassen.
Detailbeschreibung
|
hash_hmac
string hash_hmac ( string $algo , string $data , string $key [, bool $raw_output = false ] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_hmac() kann der Hash von einem Text anhand eines Schlüssels unter Verwendung von HMAC berechnet werden.
Detailbeschreibung
|
hash_hmac_file
string hash_hmac_file ( string $algo , string $filename , string $key [, bool $raw_output = false ] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_hmac_file() kann der Hash von einem Dateiinhalt anhand eines Schlüssels unter Verwendung von HMAC berechnet werden.
Detailbeschreibung
|
hash_init
resource hash_init ( string $algo [, int $options = 0 [, string $key = NULL ]] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_init() wird ein schrittweiser Hashing-Kontext initialisiert.
Detailbeschreibung
|
hash_update
bool hash_update ( resource $context , string $data ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_update() können Daten an einen aktiven Hash-Kontext angefügt werden.
Detailbeschreibung
|
hash_update_file
bool hash_update_file ( resource $context , string $filename [, resource $context = NULL ] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_update_file() können Daten aus einer Datei an einen aktiven Hash-Kontext angefügt werden.
Detailbeschreibung
|
hash_update_stream
int hash_update_stream ( resource $context , resource $handle [, int $length = -1 ] ) (PHP 5 >= 5.1.2, PECL hash >= 1.1) Mit hash_update_stream() können Daten aus einem Stream an einen aktiven Hash-Kontext angefügt werden.
Detailbeschreibung
|
|
|
|
|
|


:: Anbieterverzeichnis ::
Webhosting/Serverlösungen
Suchen Sie den für Sie passenden IT-Dienstleister für Ihr Webhosting-Paket oder Ihre Serverlösung?
Sie sind nur ein paar Klicks davon entfernt! 
SELFPHP Code Snippet
htaccess Manager Class
Weitere interessante Code Snippets finden Sie auf SELFPHP im Bereich PHP Code Snippets
|