On Thu, 8 Jan 2004, dharana wrote:

> Hello Ken,
> I started using the php5 new dom extension like this:
> --
> <?php
> asort(get_class_methods(new domDocument));
> foreach ($ar_methods as $method)
>    echo $method.'<br />';
> ?>
> --

Ahh, thanks -- and to another reply I got. :)

I didn't know anything about that function. Wow.

Ken

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

Reply via email to