|
TagSince
@since
The @since TagThe @since tag indicates that a method or property of another class has been added at a given version number. Syntax@since versionDescription
Example/** @since version 1.0.1 */
function Remote() {
}See Also
|