PHP 8.6.0 Beta 1 is available for testing

Voting

: min(three, one)?
(Example: nine)

The Note You're Voting On

nospam at nihonbunka dot com
18 years ago
rodrigo at bb2 dot co dot jp wrote that inconv works better than mb_convert_encoding, I find that when converting from uft8 to shift_jis 
$conv_str = mb_convert_encoding($str,$toCS,$fromCS); 
works while
$conv_str = iconv($fromCS,$toCS.'//IGNORE',$str); 
removes tildes from $str.

<< Back to user notes page

To Top