搜尋
首頁php教程php手册PHP输出当前进程所有变量/常量/模块/函数/类的示例

PHP输出当前进程所有变量、常量、模块、函数、类的示例

1. get_defined_vars  (PHP 4 >= 4.0.4, PHP 5) — 获取由所有已定义变量所组成的数组
array get_defined_vars ( void )
此函数返回一个包含所有已定义变量列表的多维数组,这些变量包括环境变量、服务器变量和用户定义的变量。

复制代码 代码如下:


echo '

';<br>$b = array(1,1,2,3,5,8);<br>$arr = get_defined_vars();<br>// 打印 $b<br>print_r($arr["b"]);<br>// 打印所有服务器变量<br>print_r($arr["_SERVER"]);<br>// 打印变量数组的所有可用键值<br>print_r(array_keys(get_defined_vars()));<br>?><br>2. get_defined_functions (PHP 4 >= 4.0.4, PHP 5) — 获取所有已经定义的函数<br>array get_defined_functions ( void ) //void 表示为空,,不需要任何参数<br><?php <BR>echo '<pre class="brush:php;toolbar:false">';<br>function foo()<br>{<br>    echo "This is my function foo";<br>}<br>$arr = get_defined_functions();<br>print_r($arr);<br>?><br><br>3. get_loaded_extensions (PHP 4, PHP 5) — 获取所有可用的模块<br><p><span>复制代码</span> 代码如下:</p><p><br><?php <BR>echo '</p><pre class="brush:php;toolbar:false">';<br>print_r(get_loaded_extensions());<br>?><br><br>4. get_extension_funcs (PHP 4, PHP 5) — 获取指定模块的可用函数<br>array get_extension_funcs ( string $module_name ) 该函数返回指定模块所有可用的函数。传入的参数(模块名称)必须是小写<br><p><span>复制代码</span> 代码如下:</p><p><br><?php <BR>echo '</p><pre class="brush:php;toolbar:false">';<br>print_r(get_extension_funcs("gd"));<br>print_r(get_extension_funcs("xml"));<br>?><br><br>5. get_defined_constants (PHP 4 >= 4.1.0, PHP 5) —  获取关联数组的名字所有的常量和他们的价值<br>array get_defined_constants ([ bool $categorize = false ] )<br><p><span>复制代码</span> 代码如下:</p><p><br><?php <BR>echo '</p><pre class="brush:php;toolbar:false">';<br>define("MY_CONSTANT", 1);<br>print_r(get_defined_constants(true));<br>?><br><br>6. get_declared_classes (PHP 4, PHP 5) —  获取由已定义类的名字所组成的数组<br>    array get_declared_classes ( void )<br><p><span>复制代码</span> 代码如下:</p><p><br><?php <BR>echo '</p><pre class="brush:php;toolbar:false">';<br>//define classone<br>class classone { }<br>//define classtwo<br>class classtwo { }<br>//This will show X classes (built-ins, extensions etc) with<br>//classone and classtwo as the last two elements<br>print_r(get_declared_classes());<br>//define classthree<br>class classthree { }<br>//...and four<br>class classfour { }<br>//Shows the same result as before with class three and four appended<br>print_r(get_declared_classes());<br>?><br>



陳述
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

AI Hentai Generator

AI Hentai Generator

免費產生 AI 無盡。

熱門文章

R.E.P.O.能量晶體解釋及其做什麼(黃色晶體)
3 週前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳圖形設置
3 週前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您聽不到任何人,如何修復音頻
3 週前By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解鎖Myrise中的所有內容
3 週前By尊渡假赌尊渡假赌尊渡假赌

熱工具

Atom編輯器mac版下載

Atom編輯器mac版下載

最受歡迎的的開源編輯器

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

將Eclipse與SAP NetWeaver應用伺服器整合。

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

SecLists

SecLists

SecLists是最終安全測試人員的伙伴。它是一個包含各種類型清單的集合,這些清單在安全評估過程中經常使用,而且都在一個地方。 SecLists透過方便地提供安全測試人員可能需要的所有列表,幫助提高安全測試的效率和生產力。清單類型包括使用者名稱、密碼、URL、模糊測試有效載荷、敏感資料模式、Web shell等等。測試人員只需將此儲存庫拉到新的測試機上,他就可以存取所需的每種類型的清單。

SublimeText3漢化版

SublimeText3漢化版

中文版,非常好用