is_unicode
(No version information available, might be only in CVS)
is_unicode — 変数が unicode 文字列かどうかを調べる
説明
bool is_unicode ( mixed $var )指定した変数が、unicode 文字列かどうかを調べます。
パラメータ
- var
調べる変数。
返り値
var が unicode 文字列である場合に TRUE、それ以外の場合に FALSE を返します。
参考
| is_binary() |
| is_buffer() |
| is_string() |
| unicode_encode() |
is_unicode
There are no user contributed notes for this page.