Re: [PHP-DOC] Inconsistency in Array section of manual
Please submit "Documentation problems" at http://bugs.php.net/ Thanks, Goba [EMAIL PROTECTED] wrote: www.php.net/manual/en/language.types.array.php is inconsistent on the issue of integer keys for arrays. Right at the start we have: array( [key =>] value ,
[PHP-DOC] Inconsistency in Array section of manual
www.php.net/manual/en/language.types.array.php is inconsistent on the issue of integer keys for arrays. Right at the start we have: array( [key =>] value , ... ) // key is either string or nonnegative integer // value can be anything -
