All this is starting to feel strangely pythonic.

How soon till 
('<pre>'.($_GET['textArea']->strip_tags()).'</pre>')->print(); ?

Stephen.

On Wed, 12 Mar 2003 10:24, Marcus Börger wrote:
> At 19:05 10.03.2003, Marcus Börger wrote:
> >Standard PHP Library
>
> Updated version allows:
>
> class obj_array implements spl::array_read {
>     bla ...
> }
>
> $obj = new obj_array();
>
> $value = $obj[$index];
>
> marcus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to