Heroku: PHP Fatal error for valid function - mb_check_encoding

I have the following statement: $img->setTitle(mb_check_encoding($item['title'], 'UTF-8') ? $item['title'] : utf8_encode($item['title'])); This works on my local setup of PHP 5.4.17 and my sha...