in this video we cover Error Control operator .
Take the full course from here:
http://php.link/bootcamp
lets focus on Error Control operator in php.
PHP supports error control operator i.e, (@). When prepended to an expression any error messages that might be generated by that expression will be ignored.