oxopensslfunctionalitychecker.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class oxOpenSSLFunctionalityChecker
00007 {
00008 
00014     public function isOpenSslRandomBytesGeneratorAvailable()
00015     {
00016         return function_exists('openssl_random_pseudo_bytes');
00017     }
00018 }