sodium_base642bin

The timeline below displays how wordpress function sodium_base642bin has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 3.1

/**
 * @see ParagonIE_Sodium_Compat::bin2base64()
 * @param string $string
 * @param int $variant
 * @param string $ignore
 * @return string
 * @throws SodiumException
 * @throws TypeError
 */
function sodium_base642bin($string, $variant, $ignore = '')
{
    return ParagonIE_Sodium_Compat::base642bin($string, $variant, $ignore);
}