 |
 |
 |
 |
Warning: include(../levoe_menu.php) [ function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ucwords.html on line 46
Warning: include() [ function.include]: Failed opening '../levoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ucwords.html on line 46
|
 |
 |
 |
 | |
|  |
(PHP 3>= 3.0.3, PHP 4)
ucwords - Первый символ каждого слова строки переводится в верхний регистр.
Описаниеstring ucwords (string str) Возвращает строку с первыми символами каждого слова, переведёнными в
верхний регистр, если это алфавитные символы.
Пример 1. ucwords()
$foo = 'hello world!';
$foo = ucwords($foo); // Hello World!
$bar = 'HELLO WORLD!';
$bar = ucwords($bar); // HELLO WORLD!
$bar = ucwords(strtolower($bar)); // Hello World! |
|
Примечание:
слово определено как последовательность символов, идущая непосредственно
после пробела (space, form-feed, newline, carriage return, horizontal tab и vertical tab).
См. также strtoupper(), strtolower()
и ucfirst(). |  | |
|
 |
 |
 |
 |
Warning: include(../pravoe_menu.php) [ function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ucwords.html on line 148
Warning: include() [ function.include]: Failed opening '../pravoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/ucwords.html on line 148
|
 |
 |
 |
 | |