search
HomeheadlinesHow to create and use php variables

* 创建变量

 * 1.任何编程语言都要用到变量

 * 2.变量:是临时储存数据的容器,保存着当前脚本要用到的数据

 * 3.变量的四大特点: 有名称,有使用域,有类型,有运算规则

 * 4.变量的命名规则: 

 * 4-1:必须以$开头,学好php,美元大大的有

 * 4-2:必须以字母或下划线开头,后面可以是字母数字与下划线的组合

 * 4-3:区分大小写,这与javascript是一样的

 * 5.变量种类:

 * 5-1:用户自定义变量

 * 5-2:系统预定义变量

 * 6.变量的命名规则:变量通常使用驼峰命名法

 * 7.变量的输出通常用:echo 变量名,可以一次性输出多个变量,用逗号分隔

注:echo是语法结构,不是函数,不能用在等号右边

$siteName = 'PHP中文网';  //驼峰
$SiteName = 'phpStudy';  //大驼峰,帕斯卡
$中国 = 'CHINA';
// $sitename = 'www.php.cn';
// // $123abc = 'Peter';
// $_123abc = 'Peter';
// $table_name = '学生信息表';  //下划线命名法
echo $siteName;
echo &#39;<hr>&#39;;
echo $中国; //中文可以当变量也可以输出,但强烈不推荐
// echo &#39;<hr>&#39;;
// echo $sitename;
// echo &#39;<hr>&#39;;
// // echo $123abc;
// echo &#39;<hr>&#39;;
// echo $_123abc;
// echo &#39;<hr>&#39;;
// echo $siteName,$table_name;
echo $name, $Name, $_course;
echo &#39;<hr>&#39;;
echo $_SERVER[&#39;SCRIPT_FILENAME&#39;]; //当前脚本名称
echo &#39;<hr>&#39;;
echo $_SERVER[&#39;HTTP_USER_AGENT&#39;]; //用户代理信息(就是客户端的浏览器信息)
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools