Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Tell me the ternary conditional operator in php language?



Tell me the ternary conditional operator in php language?..

Answer / Naveen Sagar

The Ternary Conditional Operator (?:) is a shorthand if-else statement in PHP. It has the following syntax:

```php
(expression1) ? (expression2) : (expression3);
```
In this operator, `expression1` is tested. If it evaluates to `true`, then `expression2` is returned; otherwise, `expression3` is returned.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WordPress Interview Questions

Which licensing authority is responsible for wordpress?

1 Answers  


What is a custom field in wordpress?

1 Answers  


how to store the post title in variable?

1 Answers  


At what instance you get locked out of your wordpress admin and see your website as a blank screen?

1 Answers  


Tell me how can I change what appears between categories when I post in more than one category?

1 Answers  


Do you need to have a blog in order to use wordpress for site?

1 Answers  


Who is father of wordpress?

1 Answers  


What is the simplest way to find out the number of parameters passed into a function?

1 Answers  


Can I downgrade wordpress?

1 Answers  


Explain avatar in wordpress?

1 Answers  


Is wordpress good for large websites?

1 Answers  


Tell me how is creating a site on wordpress.org different from wordpress.com?

1 Answers  


Categories