jparr2000 Posted April 27, 2010 Share Posted April 27, 2010 Sometimes I see double colon in code. What is it and how is it called, so I can Google for it and do some learning. Samples: !preg_match(self::$re_valid_dom, $string) or this file(self::etld_fetch_list()) Sorry for stupid question, but if I know what to look for I could study and understand it. Link to comment https://forums.phpfreaks.com/topic/199909-newbee-question-double-colon/ Share on other sites More sharing options...
Digma Posted April 27, 2010 Share Posted April 27, 2010 Perhaps this answers your question: http://www.php.net/manual/en/language.oop5.paamayim-nekudotayim.php Link to comment https://forums.phpfreaks.com/topic/199909-newbee-question-double-colon/#findComment-1049274 Share on other sites More sharing options...
jparr2000 Posted April 27, 2010 Author Share Posted April 27, 2010 yes it does now I know where to start thank you Link to comment https://forums.phpfreaks.com/topic/199909-newbee-question-double-colon/#findComment-1049287 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.