LMSouq
php-dev Open

What is the use of the @ symbol in PHP?

SV
sv_in
1 month ago
3 views
Problem Description
I have seen uses of `@` in front of certain functions, like the following: $fileHandle = @fopen($fileName, $writeAttributes); What is the use of this symbol?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base