-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
oopsforgot the &.
array_walk($myarray, array(&$this, 'DoArrayStuff'),1);
On Wednesday 30 October 2002 02:38 pm, Paul Nicholson wrote:
> try(untested): array_walk($myarray, array($this, 'DoArrayStuff'),1);
> HTH!
> ~Paul
>
> On Wednesday 30 October
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
try(untested): array_walk($myarray, array($this, 'DoArrayStuff'),1);
HTH!
~Paul
On Wednesday 30 October 2002 02:08 pm, PHP List wrote:
> I think the fog is starting to clear, thanks for the help.
>
> I do have one more question:
> If I want to use arr
2 matches
Mail list logo