1D-Array-Index in 2D-Array-Index konvertieren

7

Ich habe 2 Arrays. Ich möchte den Index des ersten Arrays in den zweiten konvertieren. Gibt es einen besseren Weg als das, was ich unten habe?

%Vor%     
Arizona1911 31.03.2011, 03:16
quelle

3 Antworten

26
%Vor%     
Sapph 31.03.2011, 03:18
quelle
6

Sie können dies mathematisch tun, indem Sie modulo und integer division verwenden. Wenn Ihr zweites Array ein 3x3-Array ist, wird Folgendes ausreichen.

%Vor%     
Chris Taylor 31.03.2011 03:18
quelle
2

Ich gehe davon aus, dass Sie diesen Code in einer Schleife ausführen? Wenn ja,

%Vor%

Nennen Sie es

%Vor%     
Vince Panuccio 31.03.2011 03:33
quelle

Tags und Links

yii\base\ErrorException
Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Core Warningyii\base\ErrorException

PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/lib64/php/modules/mongodb.so (/usr/lib64/php/modules/mongodb.so: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/mongodb.so.so (/usr/lib64/php/modules/mongodb.so.so: cannot open shared object file: No such file or directory))

$_GET = [
    'id' => '408086',
    'url' => 'convert-1d-array-index-to-2d-array-index',
];

$_SESSION = [
    '__flash' => [],
];