Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier paragonie/sodium_compat/autoload.php

Variables

if(PHP_VERSION_ID< 70000) else
 
if(PHP_VERSION_ID< 70200||!extension_loaded('sodium')) elseif (!function_exists( 'sodium_crypto_stream_xchacha20_xor'))
 

Documentation des variables

◆ else

if (!class_exists( 'SodiumException', false)) if (PHP_VERSION_ID >=50300) else
Valeur initiale :
{
require_once dirname(__FILE__) . '/autoload-php7.php'

Sodium_Compat autoloader.

Paramètres
string$classClass name to be autoloaded.
Renvoie
bool Stop autoloading?

◆ elseif

if (PHP_VERSION_ID< 70200||!extension_loaded( 'sodium')) elseif(!function_exists('sodium_crypto_stream_xchacha20_xor'))