Konu: Bu kod neden hata veriyor
07.08.2017 14:21
function IsNullOrEmptyString($str){ return (!isset($str) || trim($str)===''); }