<?php // http://3v4l.org/KWaTf $arr = array("a","b","c","d"); array_splice($arr, 2, 0, "1"); print_r($arr);