Documentation

API Documentation

Namespaces

Error

Interfaces, Classes, Traits and Enums

AbstractClass
这是abstract的标签示例
DeprecatedClass
这是deprecated标签示例
FinalClass
这是final标签的示例 此标签已无效,作用就是字面意思
LicenseClass
这是license标签示例
MethodClass
这是method标签示例
Father
PackageClass
类 PackageClass
PropertyClass
这是property包括它的变体[property-read | property-write]标签示例
StaticClass
这是static标签示例
SubpackageClass
类级别文档块示例
Tutorial1Class
这个标签没弄懂,看起来没什么用了 This will link to the phpDocumentor.pkg tutorial if it is unique, regardless of its location
Tutorial2Class
This will link to the phpDocumentor.pkg tutorial if and only if it is in the phpDocumentor package, any subpackage.
Tutorial3Class
This will link to the phpDocumentor.pkg tutorial if and only if it is in the phpDocumentor package, info subpackage.
Tutorial4Class
This will link to the phpDocumentor.pkg tutorial, section1 and subsection one
UsesClass
这是uses标签示例 此标签只能指向文档元素,使用此标会自动创建反向链接标签usesby
UsesSubclass
这是uses标签示例 此标签只能指向文档元素,使用此标会自动创建反向链接标签usesby
InheritdocInlineClass
这是inheritdoc标签内联示例
InheritdocSubInlineClass
我是InheritdocSubInlineClass类
InternalInlineClass
这是internal的内联标签示例

Table of Contents

TEST_CONST  = "foobar"
TEST_CONSTANT2  = 3
USES  = "uses"
authorFunc()  : mixed
当前为function示例
categoryFunc()  : mixed
这是category的标签示例
copyrightFunc()  : mixed
这是copyright的标签示例
exampleFunc()  : mixed
这是example标签示例
name()  : mixed
bluh()  : mixed
function bluh
parmFunc()  : mixed
returnFunc()  : int
这是return标签示例
staticvarFunc()  : mixed
这是staticvar标签示例
subpackageFunc()  : mixed
这是subpackage标签示例
datafunction()  : mixed
exampleInlineFunc()  : mixed
这是example标签内联示例
linkInlineFunc1()  : mixed
这是link标签内联示例
linkInlineFunc()  : mixed
sourceInlineFunc()  : mixed
这是source标签内联的示例
tutorialFunc()  : mixed
这是tutorial标签内联示例

Constants

TEST_CONST

public mixed TEST_CONST = "foobar"

USES

public mixed USES = "uses"

Functions

authorFunc()

当前为function示例

authorFunc() : mixed

此函数可能由另一个作者编写

Tags
author

honece No.2

Return values
mixed

categoryFunc()

这是category的标签示例

categoryFunc() : mixed

这是声明类别的示例 看起来没有什么作用

Tags
category

mycategory

Return values
mixed

copyrightFunc()

这是copyright的标签示例

copyrightFunc() : mixed

用来声明版权,看起来没什么作用 当前为页面级文档块

Tags
copyright

Copyright (c) 2023, honece

Return values
mixed

exampleFunc()

这是example标签示例

exampleFunc() : mixed

这个标签应该弃用了,没看到作用

Tags
example

/tag/inline/example.php 这是此标签内联用法

example

example.php 此示例为当前目录文件

Return values
mixed

name()

name() : mixed
Tags
global

array used for stuff

Return values
mixed

bluh()

function bluh

bluh() : mixed
Return values
mixed

parmFunc()

parmFunc(int $b) : mixed
Parameters
$b : int

你需要传入一个整数型的变量

Return values
mixed

returnFunc()

这是return标签示例

returnFunc(mixed $param) : int

这个标签用于标记方法或函数的返回值和返回内容

Parameters
$param : mixed
Return values
int

这里会返回一个整数类型的数字

staticvarFunc()

这是staticvar标签示例

staticvarFunc(bool $baz) : mixed

标签作用是记录静态变量在函数/方法中的使用 这个标签看起来没什么用

Parameters
$baz : bool
Tags
staticvar

integer $foo 包括$foo都是描述

staticvar

array $bar 包括$bar都是描述

Return values
mixed

subpackageFunc()

这是subpackage标签示例

subpackageFunc() : mixed

此标签必须与package标签一起使用 看起来好像没有用了,因为直接在package标签中用\表示就可以

Tags
subpackage

page

Return values
mixed

datafunction()

datafunction() : mixed
Tags
todo

这是未开发完成的方法

Return values
mixed

exampleInlineFunc()

这是example标签内联示例

exampleInlineFunc() : mixed

应该是我没用懂,看起来没什么用 此标签用于内联显示示例文件的源代码 /tag/basic/var.php

只显示前两行 /tag/basic/var.php 0 2

Tags
example

/tag/basic/example.php basic目录下的示例

example

example.php 此示例位于当前目录中

Return values
mixed

linkInlineFunc1()

这是link标签内联示例

linkInlineFunc1() : mixed

你可以到百度看一看 只能给URI

Return values
mixed

linkInlineFunc()

linkInlineFunc() : mixed
Return values
mixed

sourceInlineFunc()

这是source标签内联的示例

sourceInlineFunc(mixed $pages) : mixed

看起来没什么用了 此标签只能用于函数或方法的文档块中 此标签将会展示从第三行开始的第一行

Parameters
$pages : mixed
Return values
mixed

tutorialFunc()

这是tutorial标签内联示例

tutorialFunc() : mixed

看起来没有什么用 Text with an inline link to TestSubpaakage/page/subpackageFunc displays

Return values
mixed

Search results