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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Marosevic at web dot de
New email:
PHP Version: OS:

 

 [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 04:00:01 2026 UTC