Hello Stranger

PHP Certification Exam

Exam questions




deck author

5325e0a1c58f22111141e540ebe7acfe?size=30

deck subscribers


this deck has 5 cards Export
Question Answer

What function allows you to determine if a key in an array exists?

array_key_exists

What function is used to remove an element from an array?

unset

What function will determine if a value in an array exists?

in_array

What function will invert an arrays elements with its keys?

array_flip

What function reverses the order of an array?

array_reverse