@since

.. @since::
语法

@since <versionDescription>

概述

The @since tag indicates that a class, method, or other symbol was added in a specific version.

示例
Using the @since tag
/**
 * Provides access to user information.
 * @since 1.0.1
 */
function UserRecord() {}