utf8_encode():PHPリファレンス

utf8_encode()に関する用語の解説。

utf8_encode()とは

utf8_encode関数は文字列をUTF-8へエンコードします。

PHP書式

utf8_encode(文字列)

戻り値

UTF-8にエンコードされた文字列

サンプルコード

出力結果

補足