What is the expected return when using strtr() to compare a string to an empty string?

example:

$myval = strstr('bob', '');

Thanks,
Charles


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to