tolower
#14

Quote:
Originally Posted by Richard_Gere
View Post
Точно, что-то тупанул.


update:
PHP Code:
stock ucfirst(source[])
{
    
source[0] = toupper(source[0]);
    for(new 
strlen(source) + 1; --!= 0;) {
        
source[i] = tolower(source[i]);
    }

Выходит быстрее вычитывания, ну и поддержка русского языка есть.
Ты решил проблему с длиной, но вычитание всё равно быстрее вызова функций, которая, кстати, вызывается для каждого символа.
Reply


Messages In This Thread
tolower - by Johhnyllll - 12.11.2016, 17:04
Re: tolower - by VVWVV - 12.11.2016, 17:26
Re: tolower - by Johhnyllll - 12.11.2016, 17:27
Re: tolower - by VVWVV - 12.11.2016, 17:41
Re: tolower - by Johhnyllll - 12.11.2016, 18:59
Re: tolower - by OKStyle - 13.11.2016, 04:35
Re: tolower - by ZiGGi - 13.11.2016, 04:57
Re: tolower - by Richard_Gere - 13.11.2016, 09:07
Re: tolower - by Johhnyllll - 13.11.2016, 09:14
Re: tolower - by ZiGGi - 13.11.2016, 10:21
Re: tolower - by Richard_Gere - 13.11.2016, 10:30
Re: tolower - by VVWVV - 13.11.2016, 11:03
Re: tolower - by Richard_Gere - 13.11.2016, 11:15
Re: tolower - by ZiGGi - 13.11.2016, 11:16
Re: tolower - by Richard_Gere - 13.11.2016, 11:22
Re: tolower - by VVWVV - 13.11.2016, 11:35
Re: tolower - by Richard_Gere - 13.11.2016, 11:42
Re: tolower - by VVWVV - 13.11.2016, 11:56
Re: tolower - by White_116 - 13.11.2016, 15:20
Re: tolower - by ZiGGi - 13.11.2016, 15:58
Re: tolower - by White_116 - 13.11.2016, 17:16

Forum Jump:


Users browsing this thread: 4 Guest(s)