if else shot syntax php code example Example: php shorthand if $is_admin = ($user['permissions'] == 'admin') ? true : false;