App下載

詞條

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

1981.PHP8 簡介

這個包基于FreeBSD的libradius(遠(yuǎn)程身份驗(yàn)證撥號用戶服務(wù))。它允許客戶端通過網(wǎng)絡(luò)請求到遠(yuǎn)程服務(wù)器來執(zhí)行身份驗(yàn)證和記賬。這個PECL擴(kuò)展完全支持Radius身份驗(yàn)證(RFC 2865)和Radius記賬(RFC 2866)。此包適用于Unix(在FreeBSD和Linux...

http://m.o2fo.com/phpchinese/introduction-to-php8·.html

1982.PHP8 RADIUS Options

幾個RADIUS函數(shù)接受位掩碼形式的選項(xiàng)標(biāo)志。下面列出了代表這些標(biāo)志的常量。?RADIUS_OPTION_SALT?(整數(shù)) 當(dāng)設(shè)置時,此選項(xiàng)將導(dǎo)致屬性值使用鹽進(jìn)行加密。?RADIUS_OPTION_TAGGED?(整數(shù)) 當(dāng)設(shè)置時,此選項(xiàng)將導(dǎo)致屬性值附帶標(biāo)簽...

http://m.o2fo.com/phpchinese/php8-radius-options.html

1983.PHP8 radius_acct_open — 創(chuàng)建一個用于會計(accounting)的RADIUS句柄

(PECL radius >= 1.1.0)radius_acct_open — 創(chuàng)建一個用于會計(accounting)的RADIUS句柄說明radius_acct_open(): resource參數(shù)此函數(shù)沒有參數(shù)。返回值成功時返回一個句柄,出錯時返回false。此函數(shù)僅在內(nèi)存不足時失敗。

http://m.o2fo.com/phpchinese/php8-radius-acct-open.html

1984.PHP8 radius_config — 導(dǎo)致庫讀取給定的配置文件

(PECL radius >= 1.1.0)radius_config — 導(dǎo)致庫讀取給定的配置文件說明radius_config(resource $radius_handle, string $file): bool在發(fā)出任何RADIUS請求之前,必須讓庫知道它可以聯(lián)系哪些服務(wù)器。配置庫的最簡單方法是調(diào)用 ?radius_config()? 函數(shù)。 ...

http://m.o2fo.com/phpchinese/php8-radius-config.html

1985.PHP8 radius_cvt_string — 將原始數(shù)據(jù)轉(zhuǎn)換為字符串

(PECL radius >= 1.1.0)radius_cvt_string — 將原始數(shù)據(jù)轉(zhuǎn)換為字符串說明radius_cvt_string(string $data): string將原始數(shù)據(jù)轉(zhuǎn)換為字符串。參數(shù)data輸入數(shù)據(jù)返回值返回從數(shù)據(jù)中檢索到的字符串。

http://m.o2fo.com/phpchinese/php8-radius-cvt-string.html

1986.PHP8 radius_demangle — 解混淆數(shù)據(jù)

(PECL radius >= 1.2.0)radius_demangle — 解混淆數(shù)據(jù)說明radius_demangle(resource $radius_handle, string $mangled): string由于安全原因,某些數(shù)據(jù)(如密碼、MS-CHAPv1 MPPE 密鑰)已被混淆,必須在使用之前進(jìn)行解混淆。參數(shù)radius_handleRADIUS 資源。mangled...

http://m.o2fo.com/phpchinese/php8-radius-demangle.html

1987.PHP8 radius_put_addr — 附加一個IP地址屬性

(PECL radius >= 1.1.0) radius_put_addr — 附加一個IP地址屬性 說明radius_put_addr( resource $radius_handle, int $type, string $addr, int $options = 0, int $tag = ? ): bool 將一個IP地址屬性附加到當(dāng)前的RADIUS請求。 注意:在調(diào)用此函數(shù)之前,必須使用 ?radius...

http://m.o2fo.com/phpchinese/php8-radius-put-addr.html

1988.PHP8 radius_request_authenticator — 返回請求的認(rèn)證器

(PECL radius >= 1.1.0)radius_request_authenticator — 返回請求的認(rèn)證器說明radius_request_authenticator(resource $radius_handle): string請求認(rèn)證器用于解混淆像密碼和加密密鑰這樣的混淆數(shù)據(jù)。參數(shù)radius_handleRADIUS 資源。返回值返回請求認(rèn)證器作為...

http://m.o2fo.com/phpchinese/php8-radius-request-authenticator.html

1989.PHP8 radius_salt_encrypt_attr — 對一個值進(jìn)行鹽加密

(PECL radius >= 1.3.0)radius_salt_encrypt_attr — 對一個值進(jìn)行鹽加密說明radius_salt_encrypt_attr(resource $radius_handle, string $data): string|false將RADIUS鹽加密算法應(yīng)用于給定的值。通常,通過向?qū)傩栽O(shè)置函數(shù)提供RADIUS_OPTION_SALT選項(xiàng)來自動完成此操...

http://m.o2fo.com/phpchinese/php8-radius-salt-encrypt-attr.html

1990.PHP8 radius_send_request — 發(fā)送請求并等待回復(fù)

(PECL radius >= 1.1.0)radius_send_request — 發(fā)送請求并等待回復(fù)說明radius_send_request(resource $radius_handle): int在構(gòu)建 Radius 請求之后,使用 radius_send_request() 函數(shù)來發(fā)送請求。radius_send_request() 函數(shù)發(fā)送請求并等待有效的回復(fù),根據(jù)需要以...

http://m.o2fo.com/phpchinese/php8-radius-send-request.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

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

1981.PHP8 簡介

這個包基于FreeBSD的libradius(遠(yuǎn)程身份驗(yàn)證撥號用戶服務(wù))。它允許客戶端通過網(wǎng)絡(luò)請求到遠(yuǎn)程服務(wù)器來執(zhí)行身份驗(yàn)證和記賬。這個PECL擴(kuò)展完全支持Radius身份驗(yàn)證(RFC 2865)和Radius記賬(RFC 2866)。此包適用于Unix(在FreeBSD和Linux...

http://m.o2fo.com/phpchinese/introduction-to-php8·.html

1982.PHP8 RADIUS Options

幾個RADIUS函數(shù)接受位掩碼形式的選項(xiàng)標(biāo)志。下面列出了代表這些標(biāo)志的常量。?RADIUS_OPTION_SALT?(整數(shù)) 當(dāng)設(shè)置時,此選項(xiàng)將導(dǎo)致屬性值使用鹽進(jìn)行加密。?RADIUS_OPTION_TAGGED?(整數(shù)) 當(dāng)設(shè)置時,此選項(xiàng)將導(dǎo)致屬性值附帶標(biāo)簽...

http://m.o2fo.com/phpchinese/php8-radius-options.html

1983.PHP8 radius_acct_open — 創(chuàng)建一個用于會計(accounting)的RADIUS句柄

(PECL radius >= 1.1.0)radius_acct_open — 創(chuàng)建一個用于會計(accounting)的RADIUS句柄說明radius_acct_open(): resource參數(shù)此函數(shù)沒有參數(shù)。返回值成功時返回一個句柄,出錯時返回false。此函數(shù)僅在內(nèi)存不足時失敗。

http://m.o2fo.com/phpchinese/php8-radius-acct-open.html

1984.PHP8 radius_config — 導(dǎo)致庫讀取給定的配置文件

(PECL radius >= 1.1.0)radius_config — 導(dǎo)致庫讀取給定的配置文件說明radius_config(resource $radius_handle, string $file): bool在發(fā)出任何RADIUS請求之前,必須讓庫知道它可以聯(lián)系哪些服務(wù)器。配置庫的最簡單方法是調(diào)用 ?radius_config()? 函數(shù)。 ...

http://m.o2fo.com/phpchinese/php8-radius-config.html

1985.PHP8 radius_cvt_string — 將原始數(shù)據(jù)轉(zhuǎn)換為字符串

(PECL radius >= 1.1.0)radius_cvt_string — 將原始數(shù)據(jù)轉(zhuǎn)換為字符串說明radius_cvt_string(string $data): string將原始數(shù)據(jù)轉(zhuǎn)換為字符串。參數(shù)data輸入數(shù)據(jù)返回值返回從數(shù)據(jù)中檢索到的字符串。

http://m.o2fo.com/phpchinese/php8-radius-cvt-string.html

1986.PHP8 radius_demangle — 解混淆數(shù)據(jù)

(PECL radius >= 1.2.0)radius_demangle — 解混淆數(shù)據(jù)說明radius_demangle(resource $radius_handle, string $mangled): string由于安全原因,某些數(shù)據(jù)(如密碼、MS-CHAPv1 MPPE 密鑰)已被混淆,必須在使用之前進(jìn)行解混淆。參數(shù)radius_handleRADIUS 資源。mangled...

http://m.o2fo.com/phpchinese/php8-radius-demangle.html

1987.PHP8 radius_put_addr — 附加一個IP地址屬性

(PECL radius >= 1.1.0) radius_put_addr — 附加一個IP地址屬性 說明radius_put_addr( resource $radius_handle, int $type, string $addr, int $options = 0, int $tag = ? ): bool 將一個IP地址屬性附加到當(dāng)前的RADIUS請求。 注意:在調(diào)用此函數(shù)之前,必須使用 ?radius...

http://m.o2fo.com/phpchinese/php8-radius-put-addr.html

1988.PHP8 radius_request_authenticator — 返回請求的認(rèn)證器

(PECL radius >= 1.1.0)radius_request_authenticator — 返回請求的認(rèn)證器說明radius_request_authenticator(resource $radius_handle): string請求認(rèn)證器用于解混淆像密碼和加密密鑰這樣的混淆數(shù)據(jù)。參數(shù)radius_handleRADIUS 資源。返回值返回請求認(rèn)證器作為...

http://m.o2fo.com/phpchinese/php8-radius-request-authenticator.html

1989.PHP8 radius_salt_encrypt_attr — 對一個值進(jìn)行鹽加密

(PECL radius >= 1.3.0)radius_salt_encrypt_attr — 對一個值進(jìn)行鹽加密說明radius_salt_encrypt_attr(resource $radius_handle, string $data): string|false將RADIUS鹽加密算法應(yīng)用于給定的值。通常,通過向?qū)傩栽O(shè)置函數(shù)提供RADIUS_OPTION_SALT選項(xiàng)來自動完成此操...

http://m.o2fo.com/phpchinese/php8-radius-salt-encrypt-attr.html

1990.PHP8 radius_send_request — 發(fā)送請求并等待回復(fù)

(PECL radius >= 1.1.0)radius_send_request — 發(fā)送請求并等待回復(fù)說明radius_send_request(resource $radius_handle): int在構(gòu)建 Radius 請求之后,使用 radius_send_request() 函數(shù)來發(fā)送請求。radius_send_request() 函數(shù)發(fā)送請求并等待有效的回復(fù),根據(jù)需要以...

http://m.o2fo.com/phpchinese/php8-radius-send-request.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

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

熱門課程