Lines Matching refs:trim
637 if(trim($block) === '') return false;
655 $return['checksum'] = OctDec(trim($header['checksum']));
660 $return['filename'] = trim($header['filename']);
661 $return['perm'] = OctDec(trim($header['perm']));
662 $return['uid'] = OctDec(trim($header['uid']));
663 $return['gid'] = OctDec(trim($header['gid']));
667 $return['link'] = trim($header['link']);
668 $return['uname'] = trim($header['uname']);
669 $return['gname'] = trim($header['gname']);
672 if (trim($header['prefix'])) {
673 $return['filename'] = trim($header['prefix']).'/'.$return['filename'];
679 $filename = trim($this->readbytes(ceil($return['size'] / 512) * 512));
789 $value = octdec(trim($field));