陈启清机器人与Php编程的奥妙
2020-03-29 15:48:11
  • 0
  • 0
  • 0
陈启清机器人与Php编程的奥妙
陈启清机器人与Php编程的奥妙
  远在千里之外,陈启清机器人随时听从召唤,瞬间给出应答。
  它在何处?这无关重要。
  Php编程的奥妙就在于此!
  请仔细阅读本文附件,读者必有收获!
袁萌 陈启清3月29日
附件:
PHP
PHP
Paradigm
Imperative, functional, object-oriented, procedural, reflective
Designed by
Rasmus Lerdorf
Developer
The PHP Development Team, Zend Technologies
First appeared
1995; 25 years ago[1]
 
Stable release
7.4.4[2] / March 19, 2020; 7 days ago
Typing discipline
Dynamic, weak
since version 7.0:
Gradual[3]
Implementation language
C (primarily; some components C++)
OS
Unix-like, Windows
License
PHP License (most of Zend engine under Zend Engine License)
Filename extensions
.php, .phtml, .php3, .php4, .php5, .php7, .phps, .php-s, .pht, .phar
Website
www.php.net
Major implementations
Zend Engine, HHVM, Phalanger, Quercus, Parrot
Influenced by
Perl, C, C++, Java, Tcl,[1] JavaScript, Hack[4]
Influenced
Hack
  PHP Programming at Wikibooks
PHP is a popular general-purpose scripting language that is especially suited to web development[5]. It was originally created by Rasmus Lerdorf in 1994;[6] the PHP reference implementation is now produced by The PHP Group.[7] PHP originally stood for Personal Home Page,[6] but it now stands for the recursive initialism PHP: Hypertext Preprocessor.[8]
PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or as a Common Gateway Interface (CGI) executable. On a web server, the result of the interpreted and executed PHP code — which may be any type of data, such as generated HTML or binary image data — would form the whole or part of a HTTP response. Various web template systems, web content management systems, and web frameworks exist which can be employed to orchestrate or facilitate the generation of that response. Additionally, PHP can be used for many programming tasks outside of the web context, such as standalone graphical applications[9] and robotic drone control.[10] Arbitrary PHP code can also be interpreted and executed via command line interface (CLI).
The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.[11]
The PHP language evolved without a written formal specification or standard until 2014, with the original implementation acting as the de facto standard which other imple


 
最新文章
相关阅读