Hi,
What's the quickest way to alias a user function?
I have a function which uses english spelling (eg categorise instead of categorize), and I want to alias the function with an "Americanized" spelling.
I'd rather that the alias categorize() did not have to be altered in any way to "keep up" with changes to the parent function categorise() -- in particular, having the correct number of attributes and default values, for example.
TIA Justin French
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php