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 Quote 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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/111545-solved-newbie-question/#findComment-572498 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.