G
G
ganjo8882018-03-09 09:33:29
PHP
ganjo888, 2018-03-09 09:33:29

What is the correct way to access an array?

array(1) { ["und"]=> array(1) { [0]=> array(2) { ["metatags_quick"]=> string(27) "заголовок" ["meta_name"]=> string(5) "title" } } }

How to display the word "title"?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-03-09
@ganjo888

echo $myArray["und"][0]["metatags_quick"];

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question