php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #14065 Annotated doc lists function 'key_exists()' as 'array_key_exists()'
Submitted: 2001-11-14 19:43 UTC Modified: 2001-11-15 02:29 UTC
From: patl+php at phoenix dot volant dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: FreeBSD
Private report: No CVE-ID: None
 [2001-11-14 19:43 UTC] patl+php at phoenix dot volant dot org
The annotated documentation on PHP.net lists an array function named
'array_key_exists()'.  The actual name is just 'key_exists()'.  (Note that it
appears in the function list between 'key' and 'krsort'; so it's being sorted
using the correct name.)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-15 02:29 UTC] derick@php.net
This is correct. In the new and upcoming PHP version 4.1.0 this function has been renamed array_key_exists.
Updated documentation for this.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 04:01:30 2025 UTC