ReflectionFunctionAbstract 類
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
簡介
ReflectionFunction 的父類,詳情請閱讀它的描述。
屬性
- name
-
函式的名稱。只讀,嘗試賦值的時候將會拋出 ReflectionException。
目錄
- ReflectionFunctionAbstract::__clone — 複製函式
- ReflectionFunctionAbstract::getAttributes — Gets Attributes
- ReflectionFunctionAbstract::getClosureScopeClass — Returns the scope associated to the closure
- ReflectionFunctionAbstract::getClosureThis — 返回本身的匿名函式
- ReflectionFunctionAbstract::getClosureUsedVariables — Returns an array of the used variables in the Closure
- ReflectionFunctionAbstract::getDocComment — 獲取註釋內容
- ReflectionFunctionAbstract::getEndLine — 獲取結束行號
- ReflectionFunctionAbstract::getExtension — 獲取擴充套件資訊
- ReflectionFunctionAbstract::getExtensionName — 獲取副檔名稱
- ReflectionFunctionAbstract::getFileName — 獲取檔名稱
- ReflectionFunctionAbstract::getName — 獲取函式名稱
- ReflectionFunctionAbstract::getNamespaceName — 獲取名稱空間
- ReflectionFunctionAbstract::getNumberOfParameters — 獲取參數數目
- ReflectionFunctionAbstract::getNumberOfRequiredParameters — 獲取必須輸入參數個數
- ReflectionFunctionAbstract::getParameters — 獲取參數
- ReflectionFunctionAbstract::getReturnType — Gets the specified return type of a function
- ReflectionFunctionAbstract::getShortName — 獲取函式短名稱
- ReflectionFunctionAbstract::getStartLine — 獲取開始行號
- ReflectionFunctionAbstract::getStaticVariables — 獲取靜態變數
- ReflectionFunctionAbstract::getTentativeReturnType — Returns the tentative return type associated with the function
- ReflectionFunctionAbstract::hasReturnType — Checks if the function has a specified return type
- ReflectionFunctionAbstract::hasTentativeReturnType — Returns whether the function has a tentative return type
- ReflectionFunctionAbstract::inNamespace — 檢查是否處於名稱空間
- ReflectionFunctionAbstract::isClosure — 檢查是否是匿名函式
- ReflectionFunctionAbstract::isDeprecated — 檢查是否已經棄用
- ReflectionFunctionAbstract::isGenerator — 判斷函式是否是一個產生器函式
- ReflectionFunctionAbstract::isInternal — 判斷函式是否是內建函式
- ReflectionFunctionAbstract::isUserDefined — 檢查是否是使用者定義
- ReflectionFunctionAbstract::isVariadic — Checks if the function is variadic
- ReflectionFunctionAbstract::returnsReference — 檢查是否返回參考資訊
- ReflectionFunctionAbstract::__toString — 字串化