国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

php網(wǎng)站開發(fā)技術(shù)簡(jiǎn)介-----外文翻譯.doc

約9頁(yè)DOC格式手機(jī)打開展開

php網(wǎng)站開發(fā)技術(shù)簡(jiǎn)介-----外文翻譯,php(hypertext preprocessor) is awidely used,general-purpose scripting language that was originally designed for web development to produce dynamic web pages. fo...
編號(hào):8-269052大小:56.50K
分類: 論文>外文翻譯

內(nèi)容介紹

此文檔由會(huì)員 wanli1988go 發(fā)布

PHP(Hypertext Preprocessor) is awidely used,general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms.
PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification. PHP is free software released under the PHP License.
PHP(Hypertext Preprocessor)是一種在計(jì)算機(jī)上運(yùn)行的腳本語(yǔ)言,主要用途是在于處理動(dòng)態(tài)網(wǎng)頁(yè),也包含了命令行運(yùn)行接口(command line interface),或者產(chǎn)生圖形用戶界面(GUI)程序。
PHP最早由Rasmus Lerdorf在1995年發(fā)明,而現(xiàn)在PHP的標(biāo)準(zhǔn)由PHP Group和開放源代碼社區(qū)維護(hù)。PHP以PHP License作為許可協(xié)議,不過(guò)因?yàn)檫@個(gè)協(xié)議限制了PHP名稱的使用,所以和開放源代碼許可協(xié)議GPL不兼容。
PHP的應(yīng)用范圍相當(dāng)廣泛,尤其是在網(wǎng)頁(yè)程序的開發(fā)上。一般來(lái)說(shuō)PHP大多運(yùn)行在網(wǎng)頁(yè)服務(wù)器上,通過(guò)運(yùn)行PHP代碼來(lái)產(chǎn)生用戶瀏覽的網(wǎng)頁(yè)。PHP可以在多數(shù)的服務(wù)器和操作系統(tǒng)上運(yùn)行,而且使用PHP完全是免費(fèi)的。根據(jù)2007年4月的統(tǒng)計(jì)數(shù)據(jù),PHP已經(jīng)被安裝在超過(guò)2000萬(wàn)個(gè)網(wǎng)站和100萬(wàn)臺(tái)服務(wù)器上。