What is array filter php?



What is array filter php?..

Answer / Avinash Tripathi

In PHP, 'array_filter' is a function used to remove or modify the values of an array. It takes in a callback function as an argument that defines how each value should be filtered.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Why php was called as personal home page?

1 Answers  


What is member variable?

1 Answers  


How do I escape data before storing it in the database?

1 Answers  


When sessions ends?

1 Answers  


Should I learn php before wordpress?

1 Answers  


What is echo in html?

1 Answers  


List some features of php that are deprecated in php

1 Answers  


1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10

14 Answers   Aquasol, Infosys, TCS, Torque Infotech,


how to include external php file in to html page?

8 Answers   Eccentric Infotech,


Does php support multiple inheritance?

1 Answers  


What is the difference between ereg_replace() and eregi_replace()?

2 Answers   Quicknet,


what is the difference between ph4 and php5

2 Answers  


Categories