PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

ldap_exop_refresh - Refresh extended operation helper | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

ldap_exop_refresh

(PHP 7 >= 7.2.0)

ldap_exop_refreshRefresh extended operation helper

説明

int ldap_exop_refresh ( resource $link , string $dn , int $ttl )

Performs a Refresh extended operation and returns the data.

パラメータ

link

An LDAP link identifier, returned by ldap_connect().

dn

dn of the entry to refresh.

ttl

Time in seconds (between 1 and 31557600) that the client requests that the entry exists in the directory before being automatically removed.

返り値

From RFC: The responseTtl field is the time in seconds which the server chooses to have as the time-to-live field for that entry. It must not be any smaller than that which the client requested, and it may be larger. However, to allow servers to maintain a relatively accurate directory, and to prevent clients from abusing the dynamic extensions, servers are permitted to shorten a client-requested time-to-live value, down to a minimum of 86400 seconds (one day). FALSE will be returned on error.

参考


忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「ldap_exop_refresh - Refresh extended operation helper」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | ldap_exop_refresh - Refresh extended operation helper」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: