Вход Регистрация
Файл: forsoc.ru/manul/classes/Writer.inc.php
Строк: 13
<?php

#Workaround for hostings where file_put_contents is disabled
function file_put_contents2($filename$data$mode 'w')
{
    
$file fopen($filename$mode);
    
$bytes fwrite($file$data);
    
fclose($file);
    return 
$bytes;
}
Онлайн: 0
Реклама