search
Homephp教程php手册php表达式,php正则表达式

php表达式,php正则表达式

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

下面就是一个表达式:

$x > $y;

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

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

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

该例子采用了 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
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 agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Atom editor mac version download

Atom editor mac version download

The most popular open source editor