PHP删除数组空白元素的具体实现方式分享
Jun 13, 2016 am 11:06 AM
phpelementspecificsharedeleteexistaccomplishactualusarrayWayofblankuse
我们在实际运用PHP删除数组空白元素的具体代码如下:
<ol class="dp-xml"> <li class="alt"><span><span>function array_remove_empty(& $arr, $</span><span class="attribute"><font color="#ff0000">trim</font></span><span> = </span><span class="attribute-value"><font color="#0000ff">true</font></span><span>) </span></span></li> <li class=""><span>{ </span></li> <li class="alt"> <span>foreach ($arr as $</span><span class="attribute"><font color="#ff0000">key</font></span><span> =</span><span class="tag"><strong><font color="#006699">></font></strong></span><span> $value) { </span> </li> <li class=""><span>if (is_array($value)) { </span></li> <li class="alt"><span>array_remove_empty($arr[$key]); </span></li> <li class=""><span>} else { </span></li> <li class="alt"> <span>$</span><span class="attribute"><font color="#ff0000">value</font></span><span> = </span><span class="attribute-value"><font color="#0000ff">trim</font></span><span>($value); </span> </li> <li class=""> <span>if ($</span><span class="attribute"><font color="#ff0000">value</font></span><span> == '') { </span> </li> <li class="alt"><span>unset($arr[$key]); </span></li> <li class=""><span>} elseif ($trim) { </span></li> <li class="alt"><span>$arr[$key] = $value; </span></li> <li class=""><span>} </span></li> <li class="alt"><span>} </span></li> <li class=""><span>} </span></li> <li class="alt"><span>} </span></li> </ol>
以上代码就是PHP删除数组空白元素的具体实现方法,希望大家能够保存收藏起来,方便日后使用。
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
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article
How to fix KB5055612 fails to install in Windows 10?
4 weeks agoByDDD
Roblox: Grow A Garden - Complete Mutation Guide
3 weeks agoByDDD
Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version
Visual web development tools

Atom editor mac version download
The most popular open source editor
