require_once("includes/PHPWord/vendor/autoload.php");
$inputfile = "files/temp/мой_файл.docx";
$path = realpath(realpath(__DIR__) . '/includes/dompdf');
echo "realpath: " . $path;
\PhpOffice\PhpWord\Settings::setPdfRendererPath($path);
\PhpOffice\PhpWord\Settings::setPdfRendererName(\PhpOffice\PhpWord\Settings::PDF_RENDERER_DOMPDF);
//Load temp file
$phpWord = \PhpOffice\PhpWord\IOFactory::load($inputfile);
//Save it
$xmlWriter = \PhpOffice\PhpWord\IOFactory::createWriter($phpWord , 'PDF');
$xmlWriter->save('result.pdf');
<iframe width="640" height="360" src="https://www.youtube.com/embed/CyVuYAHiZb8" frameborder="0" allowfullscreen></iframe>
$id = $_SESSION['id'] = 0;
занимаюсь веб разработкой в основном на linux сейчас хочу перейти на windows 10
хочу перейти на windows 10
какое нибудь решение как использовать linux сервер на windows
fetch(url, options)
.then(response => response.json())
.then(result => /* обрабатываем результат */)
return $user->name;
$user_age = [
["20"] => ["Иван","Света"],
["30"] => ["Катя"]
]