PHP's array_splice() function helps to replace or extract array elements for particular offset. It accepts the array, offset, optionally length and replacement array if to be replaced. It returns the array consisting of the extracted elements.
5
votes
1answer
88 views
array_splice preserving keys
I faced the situation that splicing arrays with preserved-keys, so I made the following function.
I reached the solution that wrapping each items with array, but there seems to be some ...
1
vote
2answers
51 views
Best way to delete “column” from multidimensional array [duplicate]
I have a multidimensional php array that represents a table like this
-------------
| A | 0 | A |
|---|---|---|
| 0 | 0 | 0 |
|---|---|---|
| A | 0 | A |
-------------
so the array looks like this:
...
0
votes
0answers
27 views
Array-splice with API
I am using an API together with AJAX to randomly fetch GIFS from the API and make it the body background, to make a quiz.
Every time the user clicks div either .useralt or #correctans, a new random ...
1
vote
1answer
55 views
php array_splice() empty array [duplicate]
I'm trying to add the value to the array at a given index, but so far without any luck. I've got the following:
$array = array('first', 'second', 'third');
array_splice($array, 0, 0, ...
0
votes
2answers
53 views
PHP - get_file_contents not working as an array?
I'm using a $file_contents = file_get_contents($file_name) then using $file_contents = array_splice($file_contents, 30, 7, 'changedText') to update something in the file code. However, this keeps ...
-1
votes
3answers
55 views
Remove a string from string array
I am very beginner in JavaScript.
I have an string array like this : 123,432,123,543,123,123
I want to remove the 3dr number from this string.
I have found following function to remove a text value ...
0
votes
1answer
55 views
get removed and original array using splice and for loop
I'm trying to create multiple arrays from one array and then add html strings. I use .splice() and for. My main problem is that .splice() only shows the removed arrays and not the first.
Here's what ...
3
votes
4answers
74 views
Is there a way to use Array.splice in javascript with the third parameter as an array?
I'm attempting the following:
var a1 = ['a', 'e', 'f']; // [a, e, f]
var a2 = ['b', 'c', 'd']; // [b, c, d]
a1.splice(1, 0, a2); // expected [a, b, c, d, e, f]
// ...
0
votes
1answer
24 views
Non well formed numeric value formed when using array_splice
I am using array_slice in PHP like so:
if (isset($_GET['page']) && !isset($no_pagination)) {
$page_num = mysql_real_escape_string($_GET['page']);
$limit_value_from = $page_num ...
0
votes
3answers
85 views
How do I move array child value to parent key?
I need some clarity as to what PHP function can achieve what I'm aiming for.
This is a PHP array I have:
Array
(
[0] => Array
(
[id] => 6
[index] => 1
[active] ...
0
votes
2answers
74 views
Recursive function to build array
I'm trying to use a recursive function to build an array with inheritance.
Let's say I have an object "a" that looks like this (with a Parent ID of "b")
a = 'Item 1', 'Item 2', Parent_ID, 'Item 3', ...
-2
votes
6answers
186 views
PHP split array based on value [duplicate]
Possible Duplicate:
How to split an array based on a certain value?
Here is an example array I want to split:
(0, 1 ,2 ,3, 0, 4, 5)
How do I split it in 2 array like this?
(0, 1 ,2 ,3)
...
0
votes
1answer
144 views
PHP: array_splice() not giving me correct output
I'm trying to experiment with array_splice and I get an output like this (from $match)
Array
(
[Keep me Updated] => Array
(
[winner] => winnerl.jpg
[0] => ...
0
votes
4answers
217 views
Get random item from array, within a for loop, then remove from array
I am writing a script that onload will add a class to a random 4 of 12 DIV's and then remove the ID of the DIV from the array.
I have an array setup with all 12 DIV ID's in it.
Sometimes when I ...
0
votes
3answers
164 views
Array_splice to swap an element with previous in a multidimensional associative array [closed]
Swap-up element in a multidimensional array with the sibling above it.
I want the element with the selected index in the array to swap it's position with the one above him.
The element from it's ...
0
votes
3answers
299 views
How to empty an array-like object, cross-browser (IE8)?
I have an object which is array-like. This means that it has numeric properties (0, 1, 2...) and a length property.
In its prototype, I declare a method to clear it, like so:
'clear': function() {
...
0
votes
1answer
45 views
Questions about actionscript
I have a few different question and i have decided to put them in one. So the first question : If i have one and the same code(for example):
buttonsA.buton1a.addEventListener(MouseEvent.MOUSE_DOWN , ...
1
vote
1answer
390 views
Getting this PHP error: fputcsv() expects parameter 2 to be array
I am trying to insert an array into an array of arrays using array_splice.
array_splice($array, 0, 0, $fieldNames);
The resulting array is then converted to csv format with fputcsv. I get the ...
2
votes
1answer
280 views
Array splicing with coffeescript, what is _ref for?
In the CoffeeScript docs for array splicing, what is the purpose of the trailing , _ref?
CoffeeScript:
numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
numbers[3..6] = [-3, -4, -5, -6]
Compiles to:
var ...
1
vote
2answers
155 views
PHP: Will using array_splice on an array that's the subject of a foreach() cause problems?
I am writing some PHP code that's kind of like this:
foreach($filter[1] as $reject){
$reject_processed = preg_replace('~\s~','',strtolower($filter[1][$reject]));
...
0
votes
1answer
328 views
How to splice an array to insert array at specific position?
$custom = Array(
Array(
'name' => $name1,
'url' => $url1
),
Array(
'name' => $name_a,
...
1
vote
3answers
381 views
Javascript “shift” versus “splice” - are these statements equal?
I just want to confirm if the following two Javascript statements produces the same results, as it seems to me:
First:
var element = my_array.splice(0,1)[0];
Second:
var element = ...
3
votes
1answer
148 views
using reference (&) in foreach add `&` in output array? is it a bug
I amusing PHP Version 5.3.5 , I stuck in very strange error
I have an array
$input = array(
0=>array(
'a'=>'one0',
...
1
vote
2answers
86 views
Unable to Access Element in a Perl Hash
I have a hash, populated with following test data:
my %non_root_files = ('views/SPYGLASS_HOME/bin/sample_sgdc_file_contents_1.sgdc' => 1,
...
0
votes
1answer
241 views
php foreach goes into infinite loop, array stored in session
All works perfectly, but when there are more one items in the cart.. and the the quantity of any item (except the last item in list) is changed the code below goes into infinite loop, i have verified ...
0
votes
4answers
160 views
foreach count does not get updated after array_splice
I have two large arrays:
$a = array('a1','a2','a3','a4'); // and so on
$b = array('b1'=>'a1', 'b2'=>'a3', 'b3'=>'a1'); //
I would like to get the following result:
$a = ...
0
votes
2answers
178 views
C++ arrays [from:to]
How can i do that in C++?
in python is
example = [u'one', u'two', u'three', u'four']
print example[1:3]
How can i do that in C++ (i missing this function)
I need rewrite this to C++
while ...
2
votes
2answers
312 views
Understanding result returned from splice in CoffeeScript
I am using CoffeeScript along with the JS splice function. My understanding of the JS splice function is that it should return the objects that were spliced out and modify the original array. This ...
2
votes
2answers
153 views
Compare 2 arrays and remove matches
I have 2 arrays (@system,@reserve). Each contain a list of numbers and I'd like to compare and splice out (maybe?) the numbers in @reserve which match numbers in @system.
I've tried some of the ...
0
votes
3answers
190 views
javascript array splice without index
I was wondering about this piece of code:
var numbers, _ref;
numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
[].splice.apply(numbers, [3, 4].concat(_ref = [-3, -4, -5, -6])), _ref;
alert(numbers);
From ...
2
votes
2answers
1k views
as3: does array splice delete an object completely?
I have a lot of display objects in an array that I'm constantly adding and removing from stage. When removed they are not used anymore.
Considering the displayObject is not on the display list, and ...
0
votes
1answer
53 views
Output Array Elements in Certain Manner
Admin: Please create image urls as images
I'm trying to achieve the following output:
//
Joseph Dickinson
Title: Need Xbox 360
Comment: I need one quick!
on 2011-09-15
John Doe ...
2
votes
3answers
1k views
Confusion with javascript array.splice()
I'm really confused about this.
My understanding was that array.splice(startIndex, deleteLength, insertThing) would insert insertThing into the result of splice() at startIndex and delete ...
1
vote
3answers
626 views
jQuery each array problem
I'm looping through an array using the jquery each function. I assign a temp variable for it to loop through instead of the actual array itself as I am modifying the original array using splice. ...
6
votes
2answers
533 views
PHP - Need help inserting arrays into Associative arrays at given keys
Ok, so I have an array like so:
$buttons = array(
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => ...
4
votes
7answers
139 views
PHP to form string like “A, B, C, and D” from array values
Given the following array:
Array
(
[143] => Car #1
[144] => Car #2
[145] => Car #3
)
I am currently using this
implode(', ', array_values($car_names))
to generate a string ...
1
vote
3answers
693 views
Why does splice return a string vice array?
I'm trying to splice array two from the two-dimensional array arr.
var one = ["a","b"];
var two = ["c","d"];
var thr = ["e","f"];
var arr = [one,two,thr];
Here are my two unsuccessful ...
0
votes
1answer
889 views
.splice() array with array of non-sequential indexes - javascript
I have an array like this
Array['one','two','three','four','five']
and I have an array like this
Array['2','4','0']
indicating the indexes of the elements in the first array I wish to remove or ...
3
votes
2answers
2k views
PHP array_splice keep previous keys
I have the array with specific keys. I want to get the first 5 array elements. I use array_splice(). All OK, but keys in the new array is 0, 1, 2, 3 ,4. And I want to keep the previous array keys. I ...
0
votes
3answers
574 views
Splice arrays in Numpy?
I'd like to perform a splice of sorts in Numpy. Let's say I have two arrays, a and b:
>>> a
array([[ 1, 10],
[ 2, 20],
[ 5, 30]])
>>> b
array([[ 1, 11],
[ 3, ...
1
vote
2answers
572 views
array_splice with multidimensional arrays?
Okay so I'm fairly new to PHP and I am currently experimenting with arrays. As an example, lets assume this is my array:
$t1 = array (
"basicInfo" => array (
"The Sineps",
"December ...
5
votes
1answer
376 views
Funny behaviour of Array.splice()
I was experimenting with the splice() method in jconsole
a = [1,2,3,4,5,6,7,8,9,10]
1,2,3,4,5,6,7,8,9,10
Here, a is a simple array from 1 to 10.
b = ['a','b','c']
a,b,c
And this is b
...
3
votes
4answers
1k views
How can I remove a single array member using array_splice in php?
I think I may not understand correctly how array_splice is supposed to work. My understanding is that the first param is your initial array, the second param is the element to start at, and the third ...
4
votes
3answers
237 views
Javascript: What's a better way to splice arrays together than what I'm using now?
var newlist = list.slice( 0, pos ).concat( tasks ).concat( list.slice( pos ) );
This makes me shudder just looking at it.
1
vote
3answers
2k views
array_splice() - Numerical Offsets of Associative Arrays
I'm trying to do something but I can't find any solution, I'm also having some trouble putting it into works so here is a sample code, maybe it'll be enough to demonstrate what I'm aiming for:
$input ...
391
votes
13answers
311k views
JavaScript Array Delete Elements
What is the difference between using the delete operator on the array element as opposed to using the Array.splice method? For example:
myArray = ['a', 'b', 'c', 'd'];
delete myArray[1];
// or
...