php short if else condition code example Example: php shorthand if Click to copy$is_admin = ($user['permissions'] == 'admin') ? true : false;