update : 2015.11.03
php.shukuma.com검색:
|
blenc_encrypt(PECL blenc >= 5) blenc_encrypt — Encrypt a PHP script with BLENC. 설명
string blenc_encrypt
( string
$plaintext
, string $encodedfile
[, string $encryption_key
] )Encrypt the plaintext content and write it into encodedfile 인수
반환값BLENC will return the redistributable key that must be saved into key_file: the path of key_file is specified at runtime with the option blenc.key_file 예제
Example #1 blenc_encrypt() example
<?php |