[PHP-DEV] Re: [PATCH] [PHP-DEV] Extra parameters for strtoupper(), strtolower()

2001-08-14 Thread J Smith
'Kay. This ought to do it. Patch included at the bottom of the post. (I have no idea why, but qmail daemon for the newsgroup keeps bouncing back my posts if I include attachments -- something about the message being < 2 bytes long.) Anyways, I don't have a CVS account, so whoever wants to appl

Re: [PHP-DEV] Extra parameters for strtoupper(), strtolower()

2001-08-14 Thread Stig Sæther Bakken
[J Smith <[EMAIL PROTECTED]>] > string strtoupper(string string [, int start [, int length]]) > string strtolower(string string [, int start [, int length]]) > > The additional parameters would work in much the same fashion as > substr(). I've implemented it in the latest cvs just for the hell >

[PHP-DEV] Extra parameters for strtoupper(), strtolower()

2001-08-13 Thread J Smith
string strtoupper(string string [, int start [, int length]]) string strtolower(string string [, int start [, int length]]) The additional parameters would work in much the same fashion as substr(). I've implemented it in the latest cvs just for the hell of it. Am I the only one who thinks thi