Lines Matching defs:trim
73 * @param bool $trim Consider a string of whitespace to be blank
76 function blank(&$in, $trim = false)
81 if ($trim && trim($in) === '') return true;
117 if (trim($user) == '' || trim($session) == '') return '';
759 $block = trim($block);
906 $hosts[] = gethostbyaddr(trim($ip));
910 return gethostbyaddr(trim($ips));
1415 $q = trim($q);
1815 $limit = trim(ini_get('memory_limit'));
1868 (preg_match('|^Microsoft-IIS/(\d)\.\d$|', trim($INPUT->server->str('SERVER_SOFTWARE')), $matches)) &&
2025 $file = trim($file);
2035 $content = trim($content);