Which Inbuilt Function Will Add A Value To The End Of An Array #35
Which in-built function will add a value to the end of an array?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP Array - PHP Array - Quiz No.1.
Which in-built function will add a value to the end of an array?
array_unshift()
into_array()
inend_array()
array_push()