Jump to content

[SOLVED] what does "@" do? google search not helping me..! D:


physaux

Recommended Posts

None of the seaches are letting me search for it, not even in ""... >:(

Could somebody please tell me what the "@" symbol does? :shrug:

I have seen it used as such:

<?php
$fp = @fopen($cachefile, 'w');
echo $cachefile;
// save the contents of output buffer to the file
@fwrite($fp, ob_get_contents());
@fclose($fp);

ob_end_flush();
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.