且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用phpDocumentor在PHP 5中记录类属性

更新时间:2023-11-24 22:37:52

/**
 * This is what the variable does. The var line contains the type stored in this variable.
 * @var string
 */
private $foo;