php - How to use array_slice in this type $_POST['MetaData']['video_title'][$index] -


how use array_slice in type of array $_post['metadata']['video_title'][$index]

//gets first 3 elements $array2 = array_slice($_post['metadata']['video_title'], 0, 3); 

like other array


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -