php已安装dotNET框架
我用 php 编写了一个 Web 应用程序,我只想保护源代码。
我的问题是;我怎样才能通过php发现.net框架已经安装在服务器上?
I've wrote a web application with php and I just want to secure the source code.
My questions is; How can I find out that .net framework has been installed on the server, by php?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以简单地尝试创建要使用的 dotnet 对象的实例,例如,
请参阅 http://docs。 php.net/class.dotnet
You could simply try to create an instance of the dotnet object you want to use, e.g.
see http://docs.php.net/class.dotnet