FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP5 DOM extension - using firstChild
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PHP5 DOM extension - using firstChild [message #177543 is a reply to message #177542] Sun, 08 April 2012 21:58 Go to previous message
Denis[1] is currently offline  Denis[1]
Messages: 2
Registered: April 2012
Karma:
Junior Member
On Apr 8, 4:31 pm, Denis McMahon <denismfmcma...@gmail.com> wrote:
> On Sun, 08 Apr 2012 14:17:00 -0700, Denis wrote:
>
> print $hndChild->firstChild->nodeValue;
>
> accesses the firstChild *property* of $hndChild
>
> $toGo = $hndChild->firstChild();          <-- failing statement
>
> accesses the firstChild() *method* of $hndChild
>
> if firstChild a property or a method?
>
> in other words, is it a member variable or a member function?
>
> Maybe:
>
> $toGo = $hndChild->firstChild;
>
> would work? I'm just speculating, based on the slight difference in the
> two lines you indicate, "firstChild" vs "firstChild()".
>
> Rgds
>
> Denis McMahon

You are absolutely right. I don't know why I couldn't see that. I
knew firstChild was a property but this just never registered in my
mind. I made the change to a property reference and it works. Thanks
a bunch.

Denis
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: variable path lose slashs when used in an alert
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 28 15:49:12 GMT 2024

Total time taken to generate the page: 0.03592 seconds