rnp_backend_string
PHP Manual
PHP Manual»Rnp Funktionen»rnp_backend_string

rnp_backend_string

(PECL rnp >= 0.1.1)

rnp_backend_stringReturn cryptographic backend library name

Beschreibung

function rnp_backend_string(): string

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Backend name string. Currently supported backends are "Botan" and "OpenSSL".

To Top