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...

What is the use of @ in php?

Answer Posted / Mohit Dwivedi

The `@` symbol in PHP is used for error suppression. When prefixed to a function call, it suppresses any errors that might be thrown by that function. Here's an example:

```php
$file = '@/path/to/nonexistent_file.txt';
$contents = file_get_contents($file); // This will not throw an error if the file does not exist
echo $contents; // Output: null (empty string if using output buffering)
```
It's important to note that suppressing errors can make debugging more difficult, as you won't see the actual errors that occur. It should be used sparingly and with caution.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name and explain five of the PHP error constants?

1011


sort term descripttion form, report and uery

2249


What sized websites have you worked on in the past?

1065


Explain me is it possible to destroy a cookie?

1006


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

2146


List some features of php that are deprecated in php7?

1008


Which variable declarations within a class is invalid in php?

1035


What is the difference between htmlentities() and htmlspecialchars()?

1072


How to calculate the difference between two dates using php?

1116


What is the current stable version of php? What advance thing in php7?

1072


Write a program using while loop?

1097


How to create a web form?

1091


What does $_files means?

1143


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

1970


What is the current stable version of php?

1097