What is a logical variable in PHP?

1 answer

Answer

1013152

2026-08-15 07:45

+ Follow

Maybe your speaking a variable that contains a ternary operators such as:

$variable = (1 == 1) ? 'value-if-true' : 'value-if-false';

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.