![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
| __call ($func, $args) | |
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()
| __call | ( | $func, | |
| $args | |||
| ) |
Magic call to intercept any function pass to it.
| string | $func | The function to call. |
| array | $args | Arguments passed to the function. |