coffeepostal
11/10/2018 - 5:39 PM

php-inline-if-shorthand.php

<?php
$value = 12;
echo 'Text before ',($value > 10 ? 'true' : 'false');