This is my first php program!



Download 6,9 Mb.
Pdf ko'rish
bet35/69
Sana26.02.2022
Hajmi6,9 Mb.
#471647
1   ...   31   32   33   34   35   36   37   38   ...   69
Bog'liq
PHP

Logical Operators
Logical operators provide ways for you to build complex logical expressions. Logical
operators treat their operands as Boolean values and return a Boolean value. There
are both punctuation and English versions of the operators (
||
and
or
are the same
operator). The logical operators are:
Logical AND (
&&
,
and
)
The result of the logical AND operation is
true
if and only if both operands are
true
; otherwise, it is
false
. If the value of the first operand is
false
, the logical
AND operator knows that the resulting value must also be
false
, so the right-
hand operand is never evaluated. This process is called
short-circuiting
, and a
common PHP idiom uses it to ensure that a piece of code is evaluated only if
,ch02.15294 Page 42 Wednesday, March 13, 2002 11:42 AM


This is the Title of the Book, eMatter Edition
Copyright © 2002 O’Reilly & Associates, Inc. All rights reserved.
Expressions and Operators
|
43
something is true. For example, you might connect to a database only if some
flag is not
false
:
$result = $flag and mysql_connect( );
The
&&
and
and
operators differ only in their precedence.
Logical OR (
||
,
or
)
The result of the logical OR operation is
true
if either operand is
true
; other-
wise, the result is
false
. Like the logical AND operator, the logical OR operator
is short-circuited. If the lefthand operator is
true
, the result of the operator must
be
true
, so the righthand operator is never evaluated. A common PHP idiom
uses this to trigger an error condition if something goes wrong. For example:
$result = fopen($filename) or exit( );
The
||
and
or
operators differ only in their precedence.
Logical XOR (
xor
)
The result of the logical XOR operation is
true
if either operand, but not both, is
true
; otherwise, it is
false
.
Logical negation (
!
)
The logical negation operator returns the Boolean value
true
if the operand eval-
uates to
false
, and
false
if the operand evaluates to
true
.

Download 6,9 Mb.

Do'stlaringiz bilan baham:
1   ...   31   32   33   34   35   36   37   38   ...   69




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish