Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
PHP squidbee::ntlm_auth_confの例
プログラミング言語:
PHP
クラス/型:
squidbee
メソッド/関数:
ntlm_auth_conf
hotexamples.comのコード掲載数:
1
PHP squidbee::ntlm_auth_conf - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたPHPの
squidbee::ntlm_auth_conf
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
SaveToLdap(30)
SaveToServer(9)
isNGnx(8)
SaveCertificate(7)
BuildSquidConf(6)
BuildBlockedSites(4)
get_ssl_port(4)
visible_hostnameF(2)
VerifStreamProxyBindIP(2)
isicap(2)
url_rewrite_children(1)
ufdbguard_value(1)
ssl_bump_line(1)
refresh_pattern_list(1)
ntlm_auth_conf(1)
is_auth(1)
ACL_BANNED_COMPUTERS_IP(1)
external_acl_helper_categories(1)
dns_nameservers(1)
cache_dir_method_0(1)
backends_list(1)
auth_param_ntlm_children(1)
SquidGuardDatabasesStatus(1)
BuildSquidCertificate(1)
cache_peer(1)
よく使われるメソッド
SaveToLdap (30)
SaveToServer (9)
isNGnx (8)
SaveCertificate (7)
BuildSquidConf (6)
BuildBlockedSites (4)
get_ssl_port (4)
visible_hostnameF (2)
VerifStreamProxyBindIP (2)
isicap (2)
よく使われるメソッド
url_rewrite_children (1)
ufdbguard_value (1)
ssl_bump_line (1)
refresh_pattern_list (1)
ntlm_auth_conf (1)
is_auth (1)
ACL_BANNED_COMPUTERS_IP (1)
external_acl_helper_categories (1)
dns_nameservers (1)
cache_dir_method_0 (1)
backends_list (1)
auth_param_ntlm_children (1)
SquidGuardDatabasesStatus (1)
BuildSquidCertificate (1)
cache_peer (1)
よく使われるメソッド
backends_list (1)
auth_param_ntlm_children (1)
SquidGuardDatabasesStatus (1)
BuildSquidCertificate (1)
cache_peer (1)
コード例 #1
0
ファイルを表示
ファイル:
exec.squid.php
プロジェクト:
BillTheBest/1.6.x
function dump_ntlm() { $squid = new squidbee(); echo $squid->ntlm_auth_conf(); }
x