Extremely stupid question
Posted: Thu Jan 30, 2014 3:21 pm
Hi guys!
I started learning PHP, and I downloaded php bb3 forum code and I want to figure out how does it work.
I'm sorry for wasting you time but I'm stuck at the very begging of it.
What does this peace of code means
Are these comments, why are they starting with /** and not with /*, why so many * symbols (each row has one) and what does this symbol @ mean?
Cheers
I started learning PHP, and I downloaded php bb3 forum code and I want to figure out how does it work.
I'm sorry for wasting you time but I'm stuck at the very begging of it.
What does this peace of code means
Code: Select all
<?php
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
*/
/**
* @ignore
*/Cheers