how to find it has key or not in that array

 if(array_key_exists("type",$input))

type is string

$input is array

No comments:

Post a Comment

Event listening in react

 How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...