検索

phrase: max: clip:
target: order:
Results of 241 - 248 of about 248 for Ds (0.052 sec.)
LDAP コントロール 1980
« PHP LDAP コールの使用法 例 » PHP Manual LDAP LDAP コントロール LDAP コントロール コントロールは ... objectClass=*) を付けて空の dn を読むことで、 root DSE に問い合わせる必要があります。 例1 ページ分けされ ... トロールがサポートされているかをテストする <?php // $ds is a valid link identifier for a directory server ... $result = ldap_read ( $ds , '' , '(objectClass=*)' , [ 'supportedControl' ]) ... ( LDAP_CONTROL_PAGEDRESULTS , ldap_get_entries ( $ds , $result )[ 0 ][ 'supportedcontrol' ])) { die( "T ...
https://man.plustar.jp/php/ldap.controls.html - [similar]
var_representation 1890
« Ds\PriorityQueue::toArray はじめに » PHP Manual その他の基本モジュール var_representation var_ ...
https://man.plustar.jp/php/book.var_representation.html - [similar]
LDAP ツリーを探索する 1890
« ldap_sasl_bind ldap_set_option » PHP Manual LDAP 関数 LDAP ツリーを探索する ldap_search (PHP 4 ... 論理 フィルタを使用します。 例1 LDAP 検索 <?php // $ds は、ディレクトリサーバーの有効なリンク ID // $pers ... sn" , "givenname" , "mail" ); $sr = ldap_search ( $ds , $dn , $filter , $justthese ); $info = ldap_get_e ... ntries ( $ds , $sr ); echo $info [ "count" ]. " 個のエントリが返 ...
https://man.plustar.jp/php/function.ldap-search.html - [similar]
指定したオプションの現在の値を得る 1859
« ldap_get_entries ldap_get_values_len » PHP Manual LDAP 関数 指定したオプションの現在の値を得る ... た。 例 例1 プロトコルのバージョンを調べる <?php // $ds はディレクトリサーバーへの有効なリンクIDです if ( ... ldap_get_option ( $ds , LDAP_OPT_PROTOCOL_VERSION , $version )) { echo " ...
https://man.plustar.jp/php/function.ldap-get-option.html - [similar]
結果エントリから全ての値を得る 1829
« ldap_get_values_len ldap_list » PHP Manual LDAP 関数 結果エントリから全ての値を得る ldap_get_v ... ントリの全ての "mail" 属性の一覧を表示する <?php // $ds はディレクトリサーバーの有効なリンク ID // $sr は事 ... た有効な // エントリ ID $values = ldap_get_values ( $ds , $entry , "mail" ); echo $values [ "count" ] . " ...
https://man.plustar.jp/php/function.ldap-get-values.html - [similar]
Adds RRA - archive of data values for each data source 1829
« RRDCreator RRDCreator::addDataSource » PHP Manual RRDCreator Adds RRA - archive of data values ... ive (PECL rrd >= 0.9.0) RRDCreator::addArchive — Adds RRA - archive of data values for each data source ... reator::addArchive ( string $description ): void Adds RRA definition by description of archive. Archive ... r statistics for each of the defined data-sources (DS). Data sources are defined by method RRDCreator::a ... 関連キーワード: RRDCreator , data , RRA , each , Adds , values , addArchive , rrd , description , define ...
https://man.plustar.jp/php/rrdcreator.addarchive.html - [similar]
Procedural PECL/rrd example 1799
« 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl ... reate ( $rrdFile , array( "--start" , 920804400 , "DS:speed:COUNTER:600:U:U" , "RRA:AVERAGE:0.5:1:24" , ...
https://man.plustar.jp/php/rrd.examples-procedural.html - [similar]
英文形式の日付を Unix タイムスタンプに変換する 1578
« strptime time » PHP Manual 日付・時刻 関数 英文形式の日付を Unix タイムスタンプに変換する strt ... ; echo strtotime ( "+1 week 2 days 4 hours 2 seconds" ), "\n" ; echo strtotime ( "next Thursday" ), "\n ... is bogus" ; } else { echo " $str == " . date ( 'l dS \o\f F Y h:i:s A' , $timestamp ); } ?> 注意 注意 : ...
https://man.plustar.jp/php/function.strtotime.html - [similar]
PREV 16 17 18 19 20 21 22 23 24 25 NEXT