Microweber\Utils\Sitemap::write2file PHP Method

write2file() public method

public write2file ( $fname, $string )
    public function write2file($fname, $string)
    {
        //var_dump($fname, $string);
        //@unlink($fname);
        @file_put_contents($fname, $string);
    }