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
--- 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 ::,