php4-beta | 200004
Date: 04/24/00
- Next message: Sterling Hughes: "Re: [PHP4BETA] snmp"
- Previous message: Andi Gutmans: "Re: [PHP4BETA] New function chrcount"
- In reply to: Andrei Zmievski: "Re: [PHP4BETA] New function chrcount"
- Next in thread: Peter Kovacs: "Re: [PHP4BETA] New function chrcount"
- Reply: Peter Kovacs: "Re: [PHP4BETA] New function chrcount"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 03:58 PM 4/24/00 -0500, Andrei Zmievski wrote:
>On Mon, 24 Apr 2000, Peter Kovacs wrote:
> > You'll have to forgive me, I'm not entirely familiar with all the inner
> > workings of PHP, so I'm not exactly sure what the function does. I think
> > the complication arises because we are looking for all occurences, not
> > just a single occurence.
> >
> > For example take the following call str_count("aaaaaa", "aa")
> >
> > If we're just doing something like strpos then that's easy. However, in
> > this case is the answer 3 or is it 5? Its that kind of complication that
> > I was trying to avoid.
>
>You can really simplify it if you assume that after you match a string
>you simply start matching at the end of the previous match. So, in this
>case it would find 3 occurrences. I don't think the alternative is very
>useful.
I agree with this kind of behavior. You don't want to get 5 matches on this
one.
Andi
--- 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: Sterling Hughes: "Re: [PHP4BETA] snmp"
- Previous message: Andi Gutmans: "Re: [PHP4BETA] New function chrcount"
- In reply to: Andrei Zmievski: "Re: [PHP4BETA] New function chrcount"
- Next in thread: Peter Kovacs: "Re: [PHP4BETA] New function chrcount"
- Reply: Peter Kovacs: "Re: [PHP4BETA] New function chrcount"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

