OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxopensslfunctionalitychecker.php
Go to the documentation of this file.
1 <?php
2 
7 {
14  {
15  return function_exists('openssl_random_pseudo_bytes');
16  }
17 }