Lines Matching defs:trim
74 * @param bool $trim Consider a string of whitespace to be blank
77 function blank(&$in, $trim = false)
82 if ($trim && trim($in) === '') return true;
118 if (trim($user) == '' || trim($session) == '') return '';
751 $block = trim($block);
872 $hosts[] = gethostbyaddr(trim($ip));
876 return gethostbyaddr(trim($ips));
1381 $q = trim($q);
1781 $limit = trim(ini_get('memory_limit'));
1834 (preg_match('|^Microsoft-IIS/(\d)\.\d$|', trim($INPUT->server->str('SERVER_SOFTWARE')), $matches)) &&
1991 $file = trim($file);
2001 $content = trim($content);