Easy
Is this syntax valid?
<?php
class User
{}
$user= new User;
echo $user :: class;
Author: W3D TeamStatus: PublishedQuestion passed 613 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about PHP