Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Use JSDoc
[go: Go Back, main page]

@use JSDoc

Syntax

@since <versionDescription>

Overview

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

Examples

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