Loading...

php檢查陣列中大於0的值

Temperature: 0 °C

Mark ChangMark Chang
author_tools

假設有一個陣列$a

$a = array(0,2,0,0,0,9,8); 

取得大於0的數值有幾個
$temp_a = array_filter($a, function($value){
return $value > 0;
});

以上紀錄~
 

#php  #array  #大於0  #取得大於0數字  
https://innstory.com/story-php檢查陣列中大於0的值-2584
PHP

Prev
 在PHP中如何將NAN轉換為0

Next
PHP無法保存SESSION的問題 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

JavaScript 取得今天日期

JavaScript 取得今...

JavaScript 使用 Date() 來取得時間的資訊。 再使用指令如 getDate()、ge...

使用CSS 讓ul li 橫向水平

使用CSS 讓ul li 橫...

好吧,其實這個css常在用,但我每次都沒特別紀錄,然後每次又忘記然後又要Google。 其實主要就是...

Linux底下查看Mysql版本

Linux底下查看Mysql...

在OS底下 [root@localhost ~]# mysql V 在Mysql底下 mysql> ...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format