← All docs

openssl_get_cipher_methods()

Returns the supported OpenSSL cipher method names.

openssl_get_cipher_methods()

function openssl_get_cipher_methods(bool $aliases = false): array

Returns the supported OpenSSL cipher method names.

Parameters:

  • $aliases (bool), default false, optional

Returns: array

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how openssl_get_cipher_methods is implemented in the compiler, see the internals page.