search
Homephp教程php手册Commonly used array functions in php (5) (getting a collection of key names in an array)

array_keys($arr, $search_value, $strict);

——Get the collection of key names in the array.

//Parameter 1: Array to be retrieved; Parameter 2: Key value to be retrieved. Default is NULL; Parameter 3: Whether to strictly compare (===), default is false. Parameter 3 was added in php5.0


<span style="color: #800080">$arr1</span> = <span style="color: #0000ff">array</span><span style="color: #000000">(
    </span>'a'=>'apple', 
    'b'=>'banana', 
    'f'=><span style="color: #0000ff">false</span>, 
    'b1'=><span style="color: #0000ff">false</span>, 
    'b2'=><span style="color: #0000ff">false</span>, 
    'b3'=>'false', 
    'b4'=><span style="color: #0000ff">true</span>,
    'num1'=>1, 
    'num2'=>'1'<span style="color: #000000">
);
</span><span style="color: #008000">//</span><span style="color: #008000">var_dump(array_keys($arr1, 'banana');</span>
<span style="color: #008080">var_dump</span>(<span style="color: #008080">array_keys</span>(<span style="color: #800080">$arr1</span>, 1, <span style="color: #0000ff">false</span>));

Output: array(3) { [0]=> string(2) "b4" [1]=> string(4) "num1" [2]=> string(4) "num2" }

There is no strict comparison. true at index 'b4' is also treated as 1.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment