| crypt_preferred_methodGet the prefix of the preferred hash method Description
   stringnull crypt_preferred_method() Get the prefix of the preferred hash method. ParametersThis function has no parameters. Return Values
   Returns a string with the prefix, or  ExamplesExample #1 A crypt_preferred_method example The above example will output: string(3) "$y$" See Also
 |