Re: [PHP-DEV] [RFC] Named parameters

2015-03-29 Thread Gints Murans
Hi, What happened to this RFC? This is a really great idea for php. For example this function: function getIdByTitle($title, $insert = false) { // find record // If no record find and $insert === true, insert new record and return the id // Return false } Reading over s

Re: [PHP-DEV] [RFC] Named parameters

2015-03-29 Thread Gints Murans
> On 29 Mar 2015, at 17:56, Dan Ackroyd wrote: > > On 29 March 2015 at 12:28, Gints Murans wrote: > >> What happened to this RFC? This is a really great idea for php. > > The 'Skip Params' RFC (https://wiki.php.net/rfc/skipparams) went to > vote and was d