Re: [PHP-DOC] Few questions when documenting

2007-04-26 Thread Hartmut Holzgraefe
Buesching, Logan J wrote: 1.) I had a couple questions on what the standard or “best practice” for documenting a few things. When I see something in the source code that is: RETURN LONG(val); But I notice that when I do gettype($val), it is actually an integer. Maybe I’m missing

[PHP-DOC] Few questions when documenting

2007-04-26 Thread Buesching, Logan J
1.) I had a couple questions on what the standard or "best practice" for documenting a few things. When I see something in the source code that is: RETURN LONG(val); But I notice that when I do gettype($val), it is actually an integer. Maybe I'm missing something? Does it return a long