Chris D XenForo developer Staff member Mar 21, 2015 #2 Do you mean this? PHP: $uints = $this->_input->filterSingle('uints', array(XenForo_Input::UINT, 'array' => true));
Do you mean this? PHP: $uints = $this->_input->filterSingle('uints', array(XenForo_Input::UINT, 'array' => true));
tyteen4a03 Well-known member Mar 22, 2015 #3 Chris D said: Do you mean this? PHP: $uints = $this->_input->filterSingle('uints', array(XenForo_Input::UINT, 'array' => true)); Click to expand... I was missing the 'array' => true part. Thanks!
Chris D said: Do you mean this? PHP: $uints = $this->_input->filterSingle('uints', array(XenForo_Input::UINT, 'array' => true)); Click to expand... I was missing the 'array' => true part. Thanks!
tyteen4a03 Well-known member Mar 23, 2015 #4 What if I am using XenForo_Input::rawFilter? I have this line of code: PHP: XenForo_Input::rawFilter($arrayOfUInts, XenForo_Input::UINT, array("array" => true)); but it spits out an int instead.
What if I am using XenForo_Input::rawFilter? I have this line of code: PHP: XenForo_Input::rawFilter($arrayOfUInts, XenForo_Input::UINT, array("array" => true)); but it spits out an int instead.