unicode_encode
    (PHP 5 CVS only)
unicode_encode -- 
   unicode 文字列を受け取り、
   それを指定したエンコーディングに変換する
  
説明
string 
unicode_encode ( unicode input, string encoding )
| 警告 | 
この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。  | 
パラメータ
   
- input
 
       Its description
      
- encoding
 
       Its description
      
 
  返り値
   What the function returns, first on success, then on failure.
  
例
   
例 1. unicode_encode() の例 
     Any text that describes the purpose of t
     
<?php if ($anexample === true) {     echo 'Use the PEAR Coding Standards'; } ?>
 |  
 上の例の出力は以下となります。 Use the PEAR Coding Standards  |  
  |