简体   繁体   English

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

[英]What server-side programming language is this?

The server is spitting out 服务器正在吐出

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)

onto a web page I'm trying to fix. 到我试图解决的网页上。 I know this is some time of server-side language, but I'm not sure which one, so I'm assuming it's one I don't know (ie anything outside of C#.NET). 我知道这是服务器端语言的一段时间,但我不确定是哪一个,所以我假设它是我不知道的(即C#.NET之外的任何东西)。

The structure of this "spit" is a PHP dump. 这个“吐”的结构是一个PHP转储。 To be sure, if you have access to the source files, see if the file extension is .php. 可以肯定的是,如果您有权访问源文件,请查看文件扩展名是否为.php。 If you don't and the website is live, try seeing if you can access the index.php of the website, or try taking a look on http://builtwith.com/ 如果您没有,并且该网站是实时的,请尝试查看您是否可以访问该网站的index.php,或者尝试查看http://builtwith.com/

Can you hear me now? 你能听到我吗?

This is PHP for sure :-) 这肯定是PHP :-)

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

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