<?
$str = "Hello World";
echo mb_strlen($str) . "\n";
echo mb_strlen(mb_convert_encoding($str, "BASE64"), "BASE64");
?>

the code above prints out
11
16


... is this correct??? If so why does it work this way.

- Brad



__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to