On Mon, 2003-12-01 at 00:33, Curt Zirzow wrote:
> * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> > $array['ojpp'][1][][] = 'ferrer';
> > $array['test'][0] = 'ojpp';
> > $array['test'][1] = 'ferrer';
> >
> > How could I do a script that give me this output:
> >
> > Array
> > (
> > [0] =
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> $array['ojpp'][1][][] = 'ferrer';
> $array['test'][0] = 'ojpp';
> $array['test'][1] = 'ferrer';
>
> How could I do a script that give me this output:
>
> Array
> (
> [0] => Array
> (
> [0] => ojpp
> [1] => 1
I have this array definition:
$array['ojpp'][1][][] = 'ferrer';
$array['test'][0] = 'ojpp';
$array['test'][1] = 'ferrer';
How could I do a script that give me this output:
Array
(
[0] => Array
(
[0] => ojpp
[1] => 1
[2] => 0
[3] => 0
I have this array definition:
$array['ojpp'][1][][] = 'ferrer';
$array['test'][0] = 'ojpp';
$array['test'][1] = 'ferrer';
How could I do a script that give me this output:
Array
(
[0] => Array
(
[0] => ojpp
[1] => 1
[2] => 0
[3] => 0
4 matches
Mail list logo