|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2007-07-30 17:00 UTC] scot at wilcoxon dot org
Description: ------------ Problem in the documentation for array_keys http://us.php.net/manual/en/function.array-keys.php The phrase "As of PHP 5, this parameter is for if strict comparision (===) should be used." should be rewritten. I have not checked the code but suspect the meaning is "As of PHP 5, if this parameter is specified as TRUE then comparison should be done with the "===" operator." But without checking the code I do not know whether "comparison should be done" is not as correct as "comparison must be done". PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 02:00:01 2025 UTC |
Perhaps the intended meaning is "As of PHP 5, if this parameter is TRUE then strict comparison ("===") will be used when comparing the search parameter with the key values."