Re: [PHP-DOC] HowTo addition

2004-11-18 Thread Nuno Lopes
3. Unlike function reference IDs method reference IDs are case-sensitive. Special operators ::, -> and underscores are replaced by the same minus signs (-). For example function.ArrayObject---constructor is an ID for ArrayObject::__constructor and function.DOMCharacterData-deleteData is for DOMChar

Re: [PHP-DOC] HowTo addition

2004-11-18 Thread Gabor Hojtsy
--- howto\working.xml.old Thu Nov 18 11:39:36 2004 +++ howto\working.xml Thu Nov 18 11:36:48 2004 @@ -129,6 +129,15 @@ in IDs, they should be replaced by minus signs (-). + Unlike function reference IDs method reference IDs are + case-sensitive. Special operators ::,