PHP development coding standards
/ PHP類的注釋
PHP類的注釋
PHP類的注釋
/** * @ Purpose: * 訪問數(shù)據(jù)庫的類,以O(shè)DBC作為通用訪問接口 * @Package Name: Database * @Author: Forrest Gump gump@crtvu.edu.cn * @Modifications: * No20020523-100: * odbc_fetch_into()參數(shù)位置第二和第三個位置調(diào)換 * John Johnson John@crtvu.edu.cn * @See: (參照) */ class Database { …… }