当前位置:网站首页>PHP介绍
PHP介绍
2022-07-21 05:08:00 【程序员wycto】
菜鸟教程的介绍:
PHP 是一种创建动态交互性站点的强有力的服务器端脚本语言。
PHP 是免费的,并且使用非常广泛。同时,对于像微软 ASP 这样的竞争者来说,PHP 无疑是另一种高效率的选项。
简单易懂的介绍:
PHP是一门编程语言,是众多编程语言中的一种;
和java、golang一样属于服务端语言(服务器端语言是在服务器上运行的程序所用的编程语言);
程序运行依赖于PHP环境(需要安装PHP程序才能运行);
写好的代码存入.php文件,命令行运行:php -f test.php 去执行
php多用于web项目系统(也可以用于游戏、接口API、聊天系统),是一种非编译的解释型脚本语言,运行在服务器端(服务器就是一台存放程序代码供用户访问电脑)
php作为web项目,通过浏览器输入域名或者IP地址访问,需要结合apache或者nginx使用,apache或者nginx作为web服务器,web服务器接收请求,响应数据,通过web服务器连接PHP执行PHP程序;
安装apache和nginx也很简单,PHP也有很多集成环境(包含apache或者nginx、Mysql、PHP);如phpstudy、lnmp、lamp、宝塔面板(推荐)
边栏推荐
- Nodemon +nodejs + Express file modification automatically restarts the server
- Boundary layer integral equation and Marangoni effect
- PHP 处理csv 文件 解决中文乱码
- PHP数组根据关联数组的键进行降序排列
- thinkphp设置单位时间内限制 ip 的请求
- php 提取字符串中的手机号并验证是否为 11 位
- Comsol热传导方法求解迷宫问题(路径规划)
- php截取得到指定字符串之前与之前后的内容
- 微信小程序制作一个老虎机抽奖动画
- Planned tasks under laravel5.1
猜你喜欢
20. [char* is equal to string but not equal]
通过Web代理服务器实现文本文件传输至外部服务器并且修改后返回
Buuctf n1book [Chapter 2 advanced web] file upload
墨者学院-WebShell文件上传分析(第3-5题)
18. [precautions for pointer pointing to two-dimensional array]
Uniapp customized navigation bar buttons and button click events
16. [assignment of string ends with semicolon]
npm相关资料
计算传热学基础
php百度人脸检测api测颜值评分(源码直接可用)
随机推荐
大文件上传(以G为单位) js 部分
Nodemon +nodejs + Express file modification automatically restarts the server
Precision problems and solutions of JS decimal conversion percentage
BUUCTF(web类)
PHP date() 函数
JS小数转百分比出现的精度问题以及解决方法
Typescript基础学习记录
22. [static member access format] class name:: access member, then the member needs to be static]
nodejs使用POST方法接收js对象并写入json文件
Realization of interface displacement by linear Schrodinger equation
The significance of the column
BUUCTF n1book [第二章 web进阶]文件上传
OpenFOAM中的多孔介质
TP5对接免签FM支付接口
14. [string function Chapter 1]
QML implements CSDN search box with irregular rounded corners
Cannot read property mode of undefined
xcode升级后找不到 C语言头文件 stdio.h的解决办法
Magic method of PHP
Uniapp determines whether the user's Bluetooth is turned on