php4-beta | 200004
Date: 04/24/00
- Next message: Peter Kovacs: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Previous message: Christian Wenz: "Re: [PHP4BETA] page fault in php4ts.dll using Apache/Tomcat/Win95"
- In reply to: Cynic: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Next in thread: Peter Kovacs: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Reply: Peter Kovacs: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Reply: Cynic: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
We are trying to standardize function names now, and as you mentioned we
use underscores. So this function should be called something like
char_count() or count_chars().
Andi
At 08:05 PM 4/24/00 +0200, Cynic wrote:
>I like when function names have a system. Most PHP function
>name have words separated by underscore. Otherwise it's
>confusing ('is it addslashes or add_slashes?'). So, if you
>commit this patch, it'd be nice if the function was named
>maybe char_count.
>
>
>At 13:59 24.4.2000 -0400, Peter Kovacs wrote the following:
>--------------------------------------------------------------
> >I've created a new function chrcount (count_chars was already taken, and
> >count_char is too similar) which finds the number of times a character
> >appears in a string.
> >
> >Let me know what you all think.
> >
> >Peter
> >
> >--------------------------------------------------
> >Peter D. Kovacs KnowPost.com LLC
> >Lead Engineer peter <email protected>
> >--------------------------------------------------
> >
> >--
> >PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> >To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
> >For additional commands, e-mail: php4beta-help <email protected>
> >To contact the list administrators, e-mail: php4beta-admin <email protected>
>------end of quote------
>
>
>____________________________________________________________
>Cynic:
>
>A member of a group of ancient Greek philosophers who taught
>that virtue constitutes happiness and that self control is
>the essential part of virtue.
>
>cynic <email protected>
>ICQ: 2808 2505
>
>
>
>
>
>
>--
>PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
>To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
>For additional commands, e-mail: php4beta-help <email protected>
>To contact the list administrators, e-mail: php4beta-admin <email protected>
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Peter Kovacs: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Previous message: Christian Wenz: "Re: [PHP4BETA] page fault in php4ts.dll using Apache/Tomcat/Win95"
- In reply to: Cynic: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Next in thread: Peter Kovacs: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Reply: Peter Kovacs: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Reply: Cynic: "Re: [PHP4BETA] New function chrcount (diff attached)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

