On Thu, Jan 10, 2013 at 9:34 AM, Levi Morrison wrote:
> > Another way to look at this is if the function lacks something not
> otherwise
> > covered by another function. To elaborate I've seen user implementations
> of
> > count that work on multidimensional arrays. Obviously PHP has no similar
>
> Another way to look at this is if the function lacks something not otherwise
> covered by another function. To elaborate I've seen user implementations of
> count that work on multidimensional arrays. Obviously PHP has no similar
> function. There is no count_recursive in PHP so I think that's fi
On Wed, Jan 9, 2013 at 1:05 PM, Levi Morrison wrote:
> Firstly, I apologize if this is the incorrect list.
>
> I'm trying to clean up the user notes in certain portions of the
> manual. As such, I've reviewed a lot of user contributed notes and
> found a few common types of notes that bother me:
>
On 10 January 2013 02:05, Levi Morrison wrote:
> Firstly, I apologize if this is the incorrect list.
It's more phpdoc and php-notes, so I've cc:d those lists in. Thanks
for pitching in!
Here's some background reading from a user note discussion last year:
http://marc.info/?l=phpdoc&m=13463994551
Firstly, I apologize if this is the incorrect list.
I'm trying to clean up the user notes in certain portions of the
manual. As such, I've reviewed a lot of user contributed notes and
found a few common types of notes that bother me:
1. Code snippets to do something similar to the current fun