[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id: Crypt.php 25024 2012-07-30 15:08:15Z rob $ |
File Size: | 168 lines (5 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 1 file include/Zend/Crypt/Exception.php |
Zend_Crypt:: (5 methods):
hash()
_detectHashSupport()
_digestHash()
_digestMhash()
_digestOpenssl()
Class: Zend_Crypt - X-Ref
hash($algorithm, $data, $binaryOutput = false) X-Ref |
param: string $algorithm param: string $data param: bool $binaryOutput return: unknown |
_detectHashSupport($algorithm) X-Ref |
param: string $algorithm |
_digestHash($algorithm, $data, $binaryOutput) X-Ref |
param: string $algorithm param: string $data param: bool $binaryOutput return: string |
_digestMhash($algorithm, $data, $binaryOutput) X-Ref |
param: string $algorithm param: string $data param: bool $binaryOutput return: string |
_digestOpenssl($algorithm, $data, $binaryOutput) X-Ref |
param: string $algorithm param: string $data param: bool $binaryOutput return: string |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |