Answer the question
In order to leave comments, you need to log in
How to find value by array key?
I have the key but i need to know the value in the array how to write it. I only know array_search and array_keys but I need to do it in a different order
Answer the question
In order to leave comments, you need to log in
Isn't that right?
$array = ["hi", "world", "!"];
$i_know_index = 1;
echo $array[$i_know_index];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question