<?php
    $array = array('a' => "jhdsfhjdfsjk", 'b' => "ewropl",'c' =>"cde",'d' =>"");
    $arr= array_filter($array);
    print_r($arr);
?>