Possible Duplicate:
Reference - What does this symbol mean in PHP?
I have this assignment:
$buffer=@data_value[$i];
what does the @ mean?
That prevents any warnings or errors from being thrown when accessing the i
th element of data_value
.
See this post for details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With