我有一個字串的php陣列,我想用一個字元來字尾它。在正則表示式下面新增每個陣列元素的字首: $prefixed_array = preg_filter('/^/', 'prefix_', $array);
確定! 回上一頁