php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #9338 in_array 'strict' parameter is not documented (properly)
Submitted: 2001-02-19 12:26 UTC Modified: 2001-03-17 00:46 UTC
From: andre@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0 Latest CVS (19/02/2001) OS: *
Private report: No CVE-ID: None
 [2001-02-19 12:26 UTC] andre@php.net
look at
http://www.php.net/in_array

that documentation should not help anyone understanding what
'strict' does

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-17 00:46 UTC] jmcastagnetto@php.net
From the manual:

"If the third parameter strict is set to TRUE then the in_array() will also check the types of the needle in the haystack. "

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 28 13:01:30 2024 UTC