|
(PHP 4, PHP 5)
ucfirst — Make a string's first character uppercase
Description
string ucfirst ( string $str )
Returns a string with the first character of str capitalized, if that character is alphabetic.
Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be converted.
<?php
$foo = 'hello world!';
$foo = ucfirst($foo); // Hello world!
$bar = 'HELLO WORLD!';
$bar = ucfirst($bar); // HELLO WORLD!
$bar = ucfirst(strtolower($bar)); // Hello world!
?>
Doing for this function is string
Add by Pancho
You can edit it here
|
abcarticle.ru (blockart[dog]mail[dot]ru)
nF5W2v <a href="http://mirvadgxbtzw.com/">mirvadgxbtzw</a>, [url=http://zdbprmzeqzll.com/]zdbprmzeqzll[/url], [link=http://icwwjvsurgum.com/]icwwjvsurgum[/link], http://hnhsojhxhhmu.com/
|
abcarticle.ru (blockart[dog]mail[dot]ru)
F4JDVa <a href="http://glxhfijpwruu.com/">glxhfijpwruu</a>, [url=http://wwtelkuafpys.com/]wwtelkuafpys[/url], [link=http://kyhgrfxitept.com/]kyhgrfxitept[/link], http://yneqrvpkkvav.com/
|
abcarticle.ru (blockart[dog]mail[dot]ru)
UfWEmx <a href="http://leaaxnldbbaj.com/">leaaxnldbbaj</a>, [url=http://bhnugmjuiqqh.com/]bhnugmjuiqqh[/url], [link=http://speiigutdkxc.com/]speiigutdkxc[/link], http://mgdlxdhdwrey.com/
|
|
Adding comments is available only for registered users.
|
NSF Announces Future Internet Architecture Awards
The Directorate for Computer and Information Science and Engineering (CISE) at the National Science Foundation (NSF) announced today awards for four new projects, each worth up to $8 million over three years, as part of the Future Internet Architecture (FIA) program. These awards will enable researchers at dozens of institutions across the country to pursue new ways to build a more trustworthy and robust Internet. "As our reliance on a secure ...
More at http://www.nsf.gov/news/news_summ.jsp?cntn_id=117611&WT.mc_id=USNSF_51&WT.mc_ev=click
This is an NSF News item.
|
|
PycckaR BepcuR
Articles

Library

Downloads

|