oxopensslfunctionalitychecker.php

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