0 && ob_get_length() > 0) { while (ob_end_clean()); } require_once HTML_REALDIR . HTML2DATA_DIR . 'require_base.php'; // 絵文字変換 (除去) フィルターを組み込む。 ob_start(array('SC_MobileEmoji', 'handler')); if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { // resize_image.phpは除外 if (stripos($_SERVER['REQUEST_URI'], ROOT_URLPATH . 'resize_image.php') === FALSE) { $objMobile = new SC_Helper_Mobile_Ex(); $objMobile->sfMobileInit(); } }