NYCPHP Meetup

NYPHP.org

[nycphp-talk] studlyCaps ...

jon baer jonbaer at jonbaer.net
Wed Apr 28 18:47:01 EDT 2004


> stringReplace() and stringLength() or whatever parallel pair floats
> one's linguistic boat.

for those who *REALLY* need it you could probably stuff it all into a config
...

function stringLength($a) {
    return (int)strlen($a); // problem solved
}

:-)




More information about the talk mailing list