What does this symbol mean in PHP ?
Example usage:
Manage Role: > (getRoleNameFromID($_GET['roleID']); ?>)
Answer
It's functionally the same as getRoleNameFromID($_GET['roleID']); ?>
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment