Table of Contents
php表达式,php正则表达式
Home php教程 php手册 php表达式,php正则表达式

php表达式,php正则表达式

Jun 13, 2016 am 08:38 AM

php表达式,php正则表达式

表达式是PHP中一个重要的概念,可以把表达式理解为“任何有值的东西”。在本教程中涉及到表达式的语法,我们以“expr”来表示表达式。

下面就是一个表达式:

$x > $y;
Copy after login

在上面的例子中,当$x的值大于$y时,该表达式值为TRUE,否则为FALSE。

我们经常通过判断一个表达式的值(包括具体数值和布尔值)来确定我们下一步的逻辑,如下面个例子:

<?php
if ($x > $y) {
     echo "x > y";
}
?>
Copy after login

该例子采用了 if 逻辑判断,判断条件就是括号中的 $x > $y 表达式,如果 $x > $y 成立(为TRUE),那么就输出“y > x”字样。当然,实际的情况会复杂得多。

表达式广泛存在于我们的 PHP 程序设计中。

 

原文地址:http://www.manongjc.com/php/php_expressions.html

php相关阅读:

php 使用strcmp() 函数对两个字符串进行比较(区分大小写)

php strncmp 函数区分大小写的比较两个字符串

php strcoll() 根据本地信息设置对两个字符串进行比较

php strcspn 查找搜索字符串

php strspn() 函数获取指定字符串在另一个字符串出现的数目

Statement of this Website
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)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)