php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12167 Bug in function.array-keys.php
Submitted: 2001-07-14 11:30 UTC Modified: 2001-07-14 12:06 UTC
From: Marosevic at web dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: Win 98
Private report: No CVE-ID: None
 [2001-07-14 11:30 UTC] Marosevic at web dot de
http://www.php.net/manual/de/function.array-keys.php

Beisepiel:
$array = array (0 => 100, "farbe" => "rot");
array_keys ($array);       // liefert array (0, "color")
                                                 ^^^^^
It must be "farbe" and not "color".

Mario

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-14 12:06 UTC] eschmid@php.net
Corrected in the CVS manual.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 03:00:02 2026 UTC