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


why we use @symbol before the variable

Answers were Sorted based on User's Feedback



why we use @symbol before the variable..

Answer / vishal lakhani

@ in PHP one error control operator.the at sign (@). When
prepended to an expression in PHP, any error messages that
might be generated by that expression will be ignored.means
if errors comes and if u r Using@varialbe infront of any PHP
function it dont show any Error

Is This Answer Correct ?    50 Yes 2 No

why we use @symbol before the variable..

Answer / srividya

This @ Error control Operator suppress the error message

Is This Answer Correct ?    19 Yes 0 No

why we use @symbol before the variable..

Answer / ritu

All PHP expressions can be called with the "@" prefix, which
turns off error reporting for that particular expression.

Is This Answer Correct ?    5 Yes 2 No

why we use @symbol before the variable..

Answer / subhasmita

by the help of the symbol@ we can minimize the error

Is This Answer Correct ?    2 Yes 2 No

why we use @symbol before the variable..

Answer / fg

hg

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More PHP Interview Questions

How to terminate the execution of a script in PHP?

0 Answers  


What is difference between put and post method in http?

0 Answers  


how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question

1 Answers   iCynergy,


What is the use of token in php?

0 Answers  


Which functions are used to count the total number of array elements in php?

0 Answers  


Want to know the 10th max salary in salary table

3 Answers  


Which is a perfect example of runtime polymorphism?

0 Answers  


Explain some of the php array functions?

0 Answers  


How to parse configuration file in php?

0 Answers  


What the use of var_dump()?

0 Answers  


Tell me how comparison of objects is done in php5?

0 Answers  


if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?

0 Answers  


Categories