brace
brace
PHP: The Second Bracket Is Optional
Wed, 10/14/2009 - 11:55 | by philipnorton42When writing PHP class or function (basically any file containing only PHP code) files you might have learnt to write them something like this:
<?php
class Users
{
}
?>