$str = `ifconfig`;
// parse the string $str
echo $str;