|
Posted by Erwin Moller on 03/20/06 11:50
SDK Builder wrote:
> Ok.
> I guess the purpose of this site is to sit in the background. I need to
> look up for example how to convert string to lower case but I dont
> quite remember the function name (even if I do it's as useful). There
> is something with 'lower' there right?
>
> With regular help I go to www.php.net, click Documentation -> English,
> find String Functions, click it and look for something with 'lower'
> from one of 50 functions on that page. Click on the link - I'm there.
>
> With that site i type 'lower' and it shows me these entries while Im
> still typing
> - ctype_lower()
> - mb_strtolower()
> - strtolower()
> from which I choose the latter. It takes me directly to
> http://www.php.net/manual/en/function.strtolower.php. Done.
>
> Saves a bunch of time. Now consider that same thing works for CSS, DOM,
> HTML, etc.
Hi Alex,
True.
You just made a very valid point. :-)
This is indeed additional usefull functionality. :-)
Regards,
Erwin Moller
> Regards,
> Alex.
[Back to original message]
|