Heim > Artikel > Backend-Entwicklung > eaccelerator 使用eAccelerator加密PHP程序
使用 eAccelerator 加密PHP程序
复制代码 代码如下:
# /usr/local/bin/encoder
复制代码 代码如下:
Usage: encoder [options] source_file_name
encoder [options] source_file_name...
encoder [options] source_directory_name...
Options:
-s suffix
encode files only with following suffix (default is "php")
-a
encode all files (no by default)
-l
follow symbolic links (no by default)
-r
encode directories recursively (no by default)
-c
copy files those shouldn't be encoded (no by default)
-f
overwrite existing files (no by default)
-w
exclude check for eaccelerator_load() and subsequent warning
-o target
If you encode only one script then 'target' specifyes an output
file name. If you encode directory or several files at once
then 'target' specifyes an output directory name.
Examples:
encoder some_file.php
encoder some_file.php -o some_encoded_file.php
encoder *.php -o some_dir
encoder ~/public_html/x -rcf -sphp -sinc -o ~/public_html/y
复制代码 代码如下:
# encoder code -rcf -sphp -sinc -o code_encoded
以上就介绍了eaccelerator 使用eAccelerator加密PHP程序,包括了eaccelerator方面的内容,希望对PHP教程有兴趣的朋友有所帮助。