search
HomeBackend DevelopmentPHP ProblemHow to convert array key to uppercase in php

How to convert array key to uppercase in php

Jul 15, 2021 pm 03:40 PM
keyphpcapitalarray

In PHP, you can use the array_change_key_case() function to convert the array key to uppercase. This function can convert all the key names of the array to uppercase letters or lowercase letters. The syntax "array_change_key_case(array,CASE_UPPER );".

How to convert array key to uppercase in php

The operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer

In PHP, you can use array_change_key_case () function to convert the array key to uppercase.

Syntax format:

array_change_key_case(array,case);

array_change_key_case() function will change all key names in the array array to all lowercase or uppercase according to case. The default is to lowercase. This function does not change the numeric index.

Parameters Description
array Required. Specifies the array to use.
case Optional. Possible values:
  • CASE_LOWER - Default value. Convert an array's keys to lowercase letters.
  • CASE_UPPER - Convert array keys to uppercase letters.

Return value: Returns an array whose keys are all lowercase or all uppercase; if the input value (array) is not an array, then return false

Description: If the input value (array) is not an array, an error warning (E_WARNING) will be thrown.

Example: Convert array key to uppercase

<?php
$input_array = array("FirSt" => 1, "SecOnd" => 4);
print_r(array_change_key_case($input_array, CASE_UPPER));
?>

Output:

Array
(
    [FIRST] => 1
    [SECOND] => 4
)

Recommended learning: "PHP Video Tutorial

The above is the detailed content of How to convert array key to uppercase in php. For more information, please follow other related articles on the PHP Chinese website!

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools