Is there a better way to get only numeric value in php array without using for loop

后端 未结 0 1112
忘了有多久
忘了有多久 2020-12-15 13:42

Here\'s the an example of array that has non-numeric value.

 array:3 [
  1 => 60.0
  2 => 50.0
  5 => "in-progress"
]

And

相关标签:
回答
  • 消灭零回复
提交回复
热议问题