What is PHP as “Personal Home Page” and “PHP Hypertext Preprocessor”?

前端 未结 3 1000
感情败类
感情败类 2020-12-10 05:16

What is PHP as \"Personal Home Page\" and \"PHP Hypertext Preprocessor\"?

相关标签:
3条回答
  • 2020-12-10 05:45

    "Personal Home Page Tools" was the original name of PHP, now it is a recursive acronym "PHP: Hypertext Preprocessor". "PHP/FI" was also another name for PHP.

    0 讨论(0)
  • 2020-12-10 05:46

    php is called hypertext preprocessor as its libraries are already compiled.when any person request for any php page in the address bar of the browser that request is first sent to the server then server interpret php files and return back response in form of Html.

    0 讨论(0)
  • 2020-12-10 06:02

    It is:

    PHP: Hypertext Preprocessor

    Previously it was:

    Personal Home Page

    See:

    The History of PHP

    PHP was written in the C programming language by Rasmus Lerdorf in 1994 for use in monitoring his online resume and related personal information. For this reason, PHP originally stood for "Personal Home Page". Lerdorf combined PHP with his own Form Interpreter, releasing the combination publicly as PHP/FI (generally referred to as PHP 2.0) on June 8, 1995. Two programmers, Zeev Suraski and Andi Gutmans, rebuilt PHP's core, releasing the updated result as PHP/FI 2 in 1997. The acronym was formally changed to PHP: HyperText Preprocessor, at this time. (This is an example of a recursive acronym: where the acronym itself is in its own definition.)

    0 讨论(0)
提交回复
热议问题