Blogger Information
Blog 4
fans 0
comment 0
visits 1944
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
京东支付相关
Tsui的博客
Original
472 people have browsed it

(1)DES加密、解密需要开启php_mcrypt(windows一般默认开启)
     php_mcrypt.dll
     libmcrypt.dll
        方法: 首先检查php.ini中";extension=php_mcrypt.dll"是否存在,
                        如果存在的话去掉前面的注释符‘;’,如果不存在这行,
                        那么添加extension=php_mcrypt.dll。
                       
  (2)RSA加密、解密需要开启php_openssl
     php_openssl.dll,ssleay32.dll,libeay32.dll 
     
            方法: 首先检查php.ini中";extension=php_openssl.dll"是否存在,
                        如果存在的话去掉前面的注释符‘;’,如果不存在这行,
                        那么添加extension=php_openssl.dll。 
                        
  (3)开启session
           方法:修改php.ini中session.auto_start = 1
  
     以上都开启后 重启apache或nginx   
 
 注意,1、接口中的参数类型都是string类型;2、php版本要5.5

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!