App下載

詞條

大約有 5,000 項(xiàng)符合查詢結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0069秒)

1621.PHP8 xhprof_disable — 停止 xhprof 分析器

...rray 類(lèi)型的 xhprof 數(shù)據(jù)。示例示例 #1 xhprof_disable() 范例<?php xhprof_enable(); $foo = strlen("foo bar"); $xhprof_data = xhprof_disable(); print_r($xhprof_data); ?>以上示例的輸出類(lèi)似于:Array ( [main()==>strlen] => Array ( [ct] => 1 [wt] => 279 ) [main()==&g...

http://www.o2fo.com/phpchinese/php8-xhprof-disable.html

1622.PHP8 xhprof_sample_disable — 停止 xhprof 性能采樣分析器

...數(shù)據(jù),array 類(lèi)型。示例示例 #1 xhprof_sample_disable() 范例<?php xhprof_sample_enable(); for ($i = 0; $i <= 10000; $i++) { $a = strlen($i); $b = $i * $a; $c = rand(); } $xhprof_data = xhprof_sample_disable(); print_r($xhprof_data); ?>以上示例的輸出類(lèi)似于:Array ( [1272...

http://www.o2fo.com/phpchinese/php8-xhprof-sample-disable.html

1623.PHP8 xhprof_sample_enable — 以采樣模式啟動(dòng) XHProf 性能分析

...able() - 啟動(dòng) xhprof 性能分析器memory_get_usage() - 返回分配給 PHP 的內(nèi)存量getrusage() - 獲取當(dāng)前資源使用狀況

http://www.o2fo.com/phpchinese/php8-xhprof-sample-enable.html

1624.PHP8 Yac::add — 存儲(chǔ)到緩存

...加到緩存中。參數(shù)keys字符串鍵value混合值,可以存儲(chǔ)所有PHP值類(lèi)型,除了資源(resource)類(lèi)型。ttl過(guò)期時(shí)間返回值布爾值,成功時(shí)為true,失敗時(shí)為false。注意:Yac::add() 如果CAS鎖無(wú)法獲取,可能會(huì)失敗,因此,如果需要值被正確存...

http://www.o2fo.com/phpchinese/php8-yac-add.html

1625.PHP8 Yac::set — 存儲(chǔ)到緩存

...已經(jīng)存在,則覆蓋它。參數(shù)keys字符串鍵value混合值,所有PHP值類(lèi)型都可以存儲(chǔ),除了資源(resource)類(lèi)型。ttl過(guò)期時(shí)間返回值值本身

http://www.o2fo.com/phpchinese/php8-yac-set.html

1626.PHP8 Yac::__set — 設(shè)置器

(PECL yac >= 1.0.0)Yac::__set — 設(shè)置器說(shuō)明public Yac::__set(string $keys, mixed $value): mixed將一個(gè)項(xiàng)目存儲(chǔ)到緩存中參數(shù)keysstring keyvalue混合值,可以存儲(chǔ)所有PHP值類(lèi)型,除了資源(resource)類(lèi)型。返回值始終返回值本身

http://www.o2fo.com/phpchinese/php8-yac-set---setter.html

1627.PHP8 示例

...源(可選)還要查看此包中的示例。此包包含一個(gè)示例的PHP腳本。該腳本演示如何使用PAP或CHAP(md5)進(jìn)行RADIUS身份驗(yàn)證。如果您要對(duì)Microsoft Radius服務(wù)器進(jìn)行身份驗(yàn)證,那么不可能使用CHAP(md5)。如果要進(jìn)行Microsoft服務(wù)器身份驗(yàn)...

http://www.o2fo.com/phpchinese/example-of-php8·.html

1628.PHP8 radius_auth_open — 創(chuàng)建一個(gè)用于認(rèn)證的RADIUS句柄

...內(nèi)存不足時(shí)會(huì)失敗。示例示例 #1 radius_auth_open() example<?php $radh = radius_auth_open() or die ("Could not create handle"); echo "Handle successfully created"; ?>

http://www.o2fo.com/phpchinese/php8-radius-auth-open.html

1629.PHP8 radius_close — 釋放所有資源

...$radius_handle): bool通常情況下,不需要調(diào)用這個(gè)函數(shù),因?yàn)?em>PHP會(huì)在每個(gè)請(qǐng)求結(jié)束時(shí)自動(dòng)釋放所有資源。參數(shù)radius_handleThe RADIUS resource.返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

http://www.o2fo.com/phpchinese/php8-radius-close.html

1630.PHP8 radius_create_request — 創(chuàng)建會(huì)計(jì)或認(rèn)證請(qǐng)求

...敗時(shí)返回 false。示例示例 #1 radius_create_request() example<?php if (!radius_create_request($res, RADIUS_ACCESS_REQUEST)) { echo 'RadiusError:' . radius_strerror($res). "\n<br />"; exit; } ?>參見(jiàn)radius_send_request() - 發(fā)送請(qǐng)求并等待響應(yīng)

http://www.o2fo.com/phpchinese/php8-radius-create-request.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1621.PHP8 xhprof_disable — 停止 xhprof 分析器

...rray 類(lèi)型的 xhprof 數(shù)據(jù)。示例示例 #1 xhprof_disable() 范例<?php xhprof_enable(); $foo = strlen("foo bar"); $xhprof_data = xhprof_disable(); print_r($xhprof_data); ?>以上示例的輸出類(lèi)似于:Array ( [main()==>strlen] => Array ( [ct] => 1 [wt] => 279 ) [main()==&g...

http://www.o2fo.com/phpchinese/php8-xhprof-disable.html

1622.PHP8 xhprof_sample_disable — 停止 xhprof 性能采樣分析器

...數(shù)據(jù),array 類(lèi)型。示例示例 #1 xhprof_sample_disable() 范例<?php xhprof_sample_enable(); for ($i = 0; $i <= 10000; $i++) { $a = strlen($i); $b = $i * $a; $c = rand(); } $xhprof_data = xhprof_sample_disable(); print_r($xhprof_data); ?>以上示例的輸出類(lèi)似于:Array ( [1272...

http://www.o2fo.com/phpchinese/php8-xhprof-sample-disable.html

1623.PHP8 xhprof_sample_enable — 以采樣模式啟動(dòng) XHProf 性能分析

...able() - 啟動(dòng) xhprof 性能分析器memory_get_usage() - 返回分配給 PHP 的內(nèi)存量getrusage() - 獲取當(dāng)前資源使用狀況

http://www.o2fo.com/phpchinese/php8-xhprof-sample-enable.html

1624.PHP8 Yac::add — 存儲(chǔ)到緩存

...加到緩存中。參數(shù)keys字符串鍵value混合值,可以存儲(chǔ)所有PHP值類(lèi)型,除了資源(resource)類(lèi)型。ttl過(guò)期時(shí)間返回值布爾值,成功時(shí)為true,失敗時(shí)為false。注意:Yac::add() 如果CAS鎖無(wú)法獲取,可能會(huì)失敗,因此,如果需要值被正確存...

http://www.o2fo.com/phpchinese/php8-yac-add.html

1625.PHP8 Yac::set — 存儲(chǔ)到緩存

...已經(jīng)存在,則覆蓋它。參數(shù)keys字符串鍵value混合值,所有PHP值類(lèi)型都可以存儲(chǔ),除了資源(resource)類(lèi)型。ttl過(guò)期時(shí)間返回值值本身

http://www.o2fo.com/phpchinese/php8-yac-set.html

1626.PHP8 Yac::__set — 設(shè)置器

(PECL yac >= 1.0.0)Yac::__set — 設(shè)置器說(shuō)明public Yac::__set(string $keys, mixed $value): mixed將一個(gè)項(xiàng)目存儲(chǔ)到緩存中參數(shù)keysstring keyvalue混合值,可以存儲(chǔ)所有PHP值類(lèi)型,除了資源(resource)類(lèi)型。返回值始終返回值本身

http://www.o2fo.com/phpchinese/php8-yac-set---setter.html

1627.PHP8 示例

...源(可選)還要查看此包中的示例。此包包含一個(gè)示例的PHP腳本。該腳本演示如何使用PAP或CHAP(md5)進(jìn)行RADIUS身份驗(yàn)證。如果您要對(duì)Microsoft Radius服務(wù)器進(jìn)行身份驗(yàn)證,那么不可能使用CHAP(md5)。如果要進(jìn)行Microsoft服務(wù)器身份驗(yàn)...

http://www.o2fo.com/phpchinese/example-of-php8·.html

1628.PHP8 radius_auth_open — 創(chuàng)建一個(gè)用于認(rèn)證的RADIUS句柄

...內(nèi)存不足時(shí)會(huì)失敗。示例示例 #1 radius_auth_open() example<?php $radh = radius_auth_open() or die ("Could not create handle"); echo "Handle successfully created"; ?>

http://www.o2fo.com/phpchinese/php8-radius-auth-open.html

1629.PHP8 radius_close — 釋放所有資源

...$radius_handle): bool通常情況下,不需要調(diào)用這個(gè)函數(shù),因?yàn)?em>PHP會(huì)在每個(gè)請(qǐng)求結(jié)束時(shí)自動(dòng)釋放所有資源。參數(shù)radius_handleThe RADIUS resource.返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

http://www.o2fo.com/phpchinese/php8-radius-close.html

1630.PHP8 radius_create_request — 創(chuàng)建會(huì)計(jì)或認(rèn)證請(qǐng)求

...敗時(shí)返回 false。示例示例 #1 radius_create_request() example<?php if (!radius_create_request($res, RADIUS_ACCESS_REQUEST)) { echo 'RadiusError:' . radius_strerror($res). "\n<br />"; exit; } ?>參見(jiàn)radius_send_request() - 發(fā)送請(qǐng)求并等待響應(yīng)

http://www.o2fo.com/phpchinese/php8-radius-create-request.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門(mén)課程