Answered Questions

  • @ symbol before any variable

    Why do we put @ symbol before any variable?

    sakshi

    • Oct 22nd, 2017

    It suppress the errors or warnings.
    eg@file_get_contents(www.abc.com);
    if www.abc.com is not accessible it will suppress the errors.

    abc

    • Sep 12th, 2011

    To supress the error