Kontrola Wartość wejściowa nie jest pusta ani odstrzegana PHP

if(empty(trim($myVar))) {
    echo "Error"
} else {
    echo "success";
}
Muro