array_ Filter removes null elements from an array

From , 3 Years ago, written in PHP, viewed 51 times.
URL https://pastebin.vip/view/22722a34
  1. <?php  
  2. foreach($arr as $k=>$v){
  3.     if(!$v) unset($arr[$k]);  
  4. }

Reply to "array_ Filter removes null elements from an array"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website