Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-10 Thread Sherif Ramadan
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 >

Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-10 Thread Levi Morrison
> 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

Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-10 Thread Sherif Ramadan
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: >

Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-09 Thread Adam Harvey
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

[PHP-WEBMASTER] User notes guidelines.

2013-01-09 Thread Levi Morrison
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