这是什么服务器端编程语言?

服务器正在输出以下内容:

array(16) { ["#theme"]=> string(5) "field" ["#weight"]=> int(0) ["#title"]=> string(16) "Syndication Info" ["#access"]=> bool(true) ["#label_display"]=> string(5) "above" ["#view_mode"]=> string(15) "_custom_display" ["#language"]=> string(3) "und" ["#field_name"]=> string(22) "field_syndication_info" ["#field_type"]=> string(9) "text_long" ["#field_translatable"]=> string(1) "0" ["#entity_type"]=> string(4) "node" ["#bundle"]=> string(7) "product" ["#object"]=> object(stdClass)#1293 (55) { ["vid"]=> string(3) "991" ["uid"]=> string(3) "196" ["title"]=> string(30)

我试图修复一个网页,但我不知道这是什么类型的服务器端语言,因此我假设我不懂的语言(即C#.NET以外的任何语言)。

点赞
用户2863960
用户2863960

这个 "spit"(指绿色文字中的内容)的结构是一个 PHP dump。如果你能够访问到源文件,请确认文件扩展名为 .php。如果你不能访问且网站正在运行,可以尝试访问网站的 index.php,或者在 http://builtwith.com/ 上查看。

2015-11-05 18:56:05
用户1231450
用户1231450

将下面翻译成中文并且保留原本的 markdown 格式

你现在能听到我说话吗?

这肯定是 PHP :-)

2015-11-05 19:01:03