简体   繁体   English

PHP独立应用程序代码问题

[英]PHP Stand alone application Code Issue

I want to give an application in PHP to someone for usage as stand alone application. 我想将PHP中的应用程序提供给某人以用作独立应用程序。 But I dont want to give the php code. 但我不想给PHP代码。 Is there any possibility? 有没有可能?

Can the installation files of PHP application be created and code be hidden from the end user? 是否可以创建PHP应用程序的安装文件并向最终用户隐藏代码?

you can compile the PHP code and give the executable to that person. 您可以编译PHP代码并将可执行文件提供给该人员。 Compiler can be found here: http://www.phpcompiler.org/ 编译器可以在这里找到: http : //www.phpcompiler.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM