Date: 05/29/00
- Next message: thies <email protected>: "[PHP-DEV] Re: [PHP4BETA] array_walk: calling functions taking only ONE paramet && calling methods = not possible?"
- Previous message: arcon2600 <email protected>: "[PHP-DEV] PHP 4.0 Bug #4670: Session_start() seems to localize session to a script."
- Next in thread: thies <email protected>: "[PHP-DEV] Re: [PHP4BETA] array_walk: calling functions taking only ONE paramet && calling methods = not possible?"
- Reply: thies <email protected>: "[PHP-DEV] Re: [PHP4BETA] array_walk: calling functions taking only ONE paramet && calling methods = not possible?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I tried to things with array_walk.
1) Calling a function like htmlspecialchars() with array_walk(), but it
does not work: results in a wrong parameter count in array_walk(), I
think array_walk() tries to use the numeric key as a second parameter
for htmlspecialchars(), how do I avoid this.
2) After that I tried to avoid that calling a wrapper method in
array_walk, I then had to notice that it´s not possible to call methods
with array_walk();
Either array_walk is missing some functionality or I am missing
something....
regards
-- o----------0-¬---------O-·---¬----o---®-----o o O ° . | http://www.kiffen.de | pRoteçt y0ur bRaín |0 O ° ¤ ° · 0°·³°²'²³-¹'³´³°^°³~³²³°'³²²¨³²^³¹³²°²³`³º³°Þ ° o © ° . · | psychedelic experience | gott <email protected> | O ° o ° o-¬--o--0-----©-·--O-----o-----0-¤----------o 0 ° · ° . ¤ ·-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: thies <email protected>: "[PHP-DEV] Re: [PHP4BETA] array_walk: calling functions taking only ONE paramet && calling methods = not possible?"
- Previous message: arcon2600 <email protected>: "[PHP-DEV] PHP 4.0 Bug #4670: Session_start() seems to localize session to a script."
- Next in thread: thies <email protected>: "[PHP-DEV] Re: [PHP4BETA] array_walk: calling functions taking only ONE paramet && calling methods = not possible?"
- Reply: thies <email protected>: "[PHP-DEV] Re: [PHP4BETA] array_walk: calling functions taking only ONE paramet && calling methods = not possible?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

