mb_convert_encoding | PHP 4.0.6 |
string mb_convert_encoding(string str, string to-encoding[, mixed from-encoding]) |
|
指定のエンコードに変換された文字列を返します。 |
mb_convert_kana | PHP 4.0.6 |
string mb_convert_kana(string str[, string option][, string encoding]) |
|
日本語の全角と半角を変換します。 |
mb_convert_variables | PHP 4.0.6 |
string mb_convert_variables(string to-encoding, mixed from-encoding, mixed vars[, mixed ...]) |
|
変数内の文字列リソースを指定のエンコードに変換します。 |
mb_decode_mimeheader | PHP 4.0.6 |
string mb_decode_mimeheader(string string) |
|
MIME ヘッダフィールドの文字列をデコードします。 |
mb_decode_numericentity | PHP 4.0.6 |
string mb_decode_numericentity(string string, array convmap[, string encoding]) |
|
HTML 数値エンティティを文字コードに変換します。 |
mb_detect_encoding | PHP 4.0.6 |
string mb_detect_encoding(string str[, mixed encoding_list]) |
|
文字列のエンコードを返します。 |
mb_detect_order | PHP 4.0.6 |
bool|array mb_detect_order([mixed encoding-list]) |
|
現在の detect_order を設定、または現在の detect_order を配列として返します。 |
mb_encode_mimeheader | PHP 4.0.6 |
string mb_encode_mimeheader(string str[, string charset[, string transfer-encoding[, string linefeed]]]) |
|
=?charset?(B|Q)?encoded_string?= の形式で文字列を MIME 用にエンコードします。 |
mb_encode_numericentity | PHP 4.0.6 |
string mb_encode_numericentity(string string, array convmap[, string encoding]) |
|
指定された文字を HTML 数値エンティティに変換します。 |
mb_get_info | PHP 4.1.0 |
string mb_get_info([string type]) |
|
mbstring の現在の設定を返します。 |
mb_http_input | PHP 4.0.6 |
false|string mb_http_input([string type]) |
|
入力エンコードを返します。 |
mb_http_output | PHP 4.0.6 |
string mb_http_output([string encoding]) |
|
現在の output_encoding を設定、または現在の output_encoding を文字列として返します。 |
mb_internal_encoding | PHP 4.0.6 |
string mb_internal_encoding([string encoding]) |
|
現在の内部エンコードを設定、または現在の内部エンコードを文字列として返します。 |
mb_language | PHP 4.0.6 |
string mb_language([string language]) |
|
現在の言語を設定、または現在の言語を文字列として返します。 |
mb_output_handler | PHP 4.0.6 |
string mb_output_handler(string contents, int status) |
|
出力バッファ内の文字列を http_output エンコードに変換して返します。 |
mb_parse_str | PHP 4.0.6 |
bool mb_parse_str(string encoded_string[, array result]) |
|
GET/POST/Cookie データを解析してグローバル変数を設定します。 |
mb_preferred_mime_name | PHP 4.0.6 |
string mb_preferred_mime_name(string encoding) |
|
設定されている MIME 名 (charset) を文字列として返します。 |
mb_send_mail | PHP 4.0.6 |
int mb_send_mail(string to, string subject, string message[, string additional_headers[, string additional_parameters]]) |
|
電子メールメッセージを MIME スキームで送信します。 |
mb_strcut | PHP 4.0.6 |
string mb_strcut(string str, int start[, int length[, string encoding]]) |
|
文字列の一部を返します。 |
mb_strimwidth | PHP 4.0.6 |
string mb_strimwidth(string str, int start, int width[, string trimmarker[, string encoding]]) |
|
取り幅に文字列をトリミングします。 |
mb_strlen | PHP 4.0.6 |
int mb_strlen(string str[, string encoding]) |
|
文字列の文字数を取得します。 |
mb_strpos | PHP 4.0.6 |
int mb_strpos(string haystack, string needle[, int offset[, string encoding]]) |
|
文字列内で指定の文字列が最初に現れる位置を検出します。 |
mb_strrpos | PHP 4.0.6 |
int mb_strrpos(string haystack, string needle[, string encoding]) |
|
文字列内で指定の文字列内の文字が最後に現れる位置を検出します。 |
mb_strwidth | PHP 4.0.6 |
int mb_strwidth(string str[, string encoding]) |
|
文字列の取り幅を返します。 |
mb_substitute_character | PHP 4.0.6 |
mixed mb_substitute_character([mixed substchar]) |
|
現在の substitute_character を設定、または現在の substitute_character を返します。 |
mb_substr | PHP 4.0.6 |
string mb_substr(string str, int start[, int length[, string encoding]]) |
|
文字列の一部を返します。 |