![]() |
Purpose of @ in php
Hi All,
I have been scouring the web for reasons why some functions in x-cart are called within PHP by a preceeding @. i.e. Code:
# Does anyone know the reason for this and its significance within PHP. Phil. |
it just tells php to ignore an error if it encounters one so that it is not displayed on the screen.
The bit of script that you highlighted simply says fint that file at one location - if you cant, dont tell me, just find it in the other place :) |
Thanks
Thanks mate,
Thats interesting. I can think of a number of web apps that could use that syntax. Another thing to add to the brain cells lol. Phil. |
All times are GMT -8. The time now is 06:02 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.