Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe FOFUtilsPhpfunc

Fonctions membres publiques

 __call ($func, $args)
 

Description détaillée

Intercept calls to PHP functions.

function_exists(string $function) mcrypt_list_algorithms() hash_algos() extension_loaded(string $ext) mcrypt_create_iv(int $bytes, int $source) openssl_get_cipher_methods()

Documentation des fonctions membres

◆ __call()

__call (   $func,
  $args 
)

Magic call to intercept any function pass to it.

Paramètres
string$funcThe function to call.
array$argsArguments passed to the function.
Renvoie
mixed The result of the function call.

La documentation de cette classe a été générée à partir du fichier suivant :