Question
#2

PHP код:
toupper(letter); 
EDIT: to capitalize whole string

PHP код:
Capital(string)
{
    for(new 
ilen strlen(string); leni++)
    {
        
string[i] = toupper(string[i]);
    }
    return 
string;

Reply


Messages In This Thread
Question - by ZachKnoxx - 04.09.2016, 22:06
Re: Question - by Shinja - 04.09.2016, 22:40
Re: Question - by ZachKnoxx - 04.09.2016, 22:59

Forum Jump:


Users browsing this thread: 1 Guest(s)