Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/sodium/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/sodium/libsodium.php |
<?php $br = (php_sapi_name() == "cli")? "":"<br>"; if(!extension_loaded('libsodium')) { dl('libsodium.' . PHP_SHLIB_SUFFIX); } $module = 'libsodium'; $functions = get_extension_funcs($module); echo "Functions available in the test extension:$br\n"; foreach($functions as $func) { echo $func."$br\n"; } echo "$br\n"; $function = 'sodium_memzero'; $exit = 0; if (extension_loaded($module)) { $str = $function($module); } else { $str = "Module $module is not compiled into PHP"; $exit = 255; } echo "$str\n"; exit($exit); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare