Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: utf8

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/phputf8/ucwords.php

Description
Functions
utf8_ucwords (line 19)

UTF-8 aware alternative to ucwords

Uppercase the first character of each word in a string Note: requires utf8_substr_replace and utf8_strtoupper

string utf8_ucwords (string $str)
  • string $str
utf8_ucwords_callback (line 38)

Callback function for preg_replace_callback call in utf8_ucwords

You don't need to call this yourself

string utf8_ucwords_callback (array $matches)
  • array $matches: of matches corresponding to a single word

Documentation generated on Mon, 05 Mar 2007 21:29:55 +0000 by phpDocumentor 1.3.1