0 && isset( $ar[0][count( $ar[0] ) - 1][1] ) ) { return $ar[0][count( $ar[0] ) - 1][1]; } else { return false; } } } if ( ! function_exists( 'mb_stripos' ) ) { function mb_stripos( $haystack, $needle, $offset = 0 ) { return stripos( $haystack, $needle, $offset ); } } if ( ! function_exists( 'mb_strtolower' ) ) { function mb_strtolower( $str, $encoding = '' ) { return strtolower( $str ); } } if ( ! function_exists( 'mb_strtoupper' ) ) { function mb_strtoupper( $str, $encoding = '' ) { return strtoupper( $str ); } }