这不是一个文本文件(zend优化器)


This is not a text file(zend optimizer)

<?php @Zend;
4123;
/* !This is not a text file!
print <<<EOM
//here goes some zend html code for information
exit();
__halt_compiler();
//here goes the binary data, instead of php code

我已经下载了一个文件以从主机查看/编辑,我看到这个....许多PHP文件被二进制数据损坏,所以我无法编辑它,我不知道如何解决这个问题,或者我如何解码这个二进制数据?

您打开的文件是二进制文件,而不是文本文件。

这就是为什么没有源代码的原因。

您可以通过联系该文件的原始作者来获取源代码。

顺便说一句,文件没有损坏。它只是不是人类可阅读和可编辑的。

另请参阅:解码使用"zend guard"编码的PHP