| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
mb_encode_numericentity(PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_encode_numericentity — 文字を HTML 数値エンティティにエンコードする 説明
string mb_encode_numericentity
( string
$str
, array $convmap
[, string $encoding = mb_internal_encoding()
[, bool $is_hex = FALSE
]] )
パラメータ
返り値変換後の文字列を返します。 変更履歴
例
例1
<?php 例
例2 mb_encode_numericentity() の例
<?php |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「mb_encode_numericentity - 文字を HTML 数値エンティティにエンコードする」をGoogle検索
|