International PHP Conference Berlin 2025

crypt_preferred_method

(PECL xpass >= 1.1.0)

crypt_preferred_methodGet the prefix of the preferred hash method

Descrição

crypt_preferred_method(): ?string

Get the prefix of the preferred hash method.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns a string with the prefix, or null if error.

Exemplos

Exemplo #1 A crypt_preferred_method() example

<?php
var_dump
(crypt_preferred_method());
?>

O exemplo acima produzirá:

string(3) "$y$"

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top