PHP Doku:: Runs a self test on the opened module - function.mcrypt-enc-self-test.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzKryptografische ErweiterungenMcryptMcrypt Funktionenmcrypt_enc_self_test

Ein Service von Reinhard Neidl - Webprogrammierung.

Mcrypt Funktionen

<<mcrypt_enc_is_block_mode

mcrypt_encrypt>>

mcrypt_enc_self_test

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_enc_self_testRuns a self test on the opened module

Beschreibung

int mcrypt_enc_self_test ( resource $td )

This function runs the self test on the algorithm specified by the descriptor td.

Parameter-Liste

td

The encryption descriptor.

Rückgabewerte

If the self test succeeds it returns FALSE. In case of an error, it returns TRUE.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)