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