delux Posted June 23, 2008 Share Posted June 23, 2008 What does the double colon ( do? For example $test = Spyc::YAMLLoad('test.yml'); Thanks in advance Link to comment https://forums.phpfreaks.com/topic/111545-solved-newbie-question/ Share on other sites More sharing options...
Jabop Posted June 23, 2008 Share Posted June 23, 2008 Extends a class? Link to comment https://forums.phpfreaks.com/topic/111545-solved-newbie-question/#findComment-572496 Share on other sites More sharing options...
.josh Posted June 23, 2008 Share Posted June 23, 2008 you use it to directly refer to a method or property inside a class, like from another class. Link to comment https://forums.phpfreaks.com/topic/111545-solved-newbie-question/#findComment-572498 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.