вторник, 10 июля 2012 г.

PHP output cyrillic chars from exec




HTML
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
PHP
<?php
//получаем из элемента №6 проценты потерь
exec("ping localhost", $output, $status);
echo convert_cyr_string($output[$6], "d", "w");
?>
Результат
(0% потерь)

1 комментарий: