検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 759 for key (0.018 sec.)
認証パラメータを取得する 3819
« svn_add svn_auth_set_parameter » PHP Manual SVN 関数 認証パラメータを取得する svn_auth_get_par ... ータを取得する 説明 svn_auth_get_parameter ( string $key ): string 認証パラメータ key を取得します。 使用で ... ついては 認証定数の一覧 を参照ください。 パラメータ key キーの名前。 認証に関する定数 のいずれかを指定しま ... す。 戻り値 key の値を文字列で返します。 パラメータが存在しない場合 ... ード: 認証 , パラメータ , 取得 , auth , parameter , key , 関数 , 定数 , string , キー ...
https://man.plustar.jp/php/function.svn-auth-get-parameter.html - [similar]
現在の要素のキーを取得する 3819
« IteratorIterator::getInnerIterator IteratorIterator::next » PHP Manual IteratorIterator 現在の ... 要素のキーを取得する IteratorIterator::key (PHP 5 >= 5.1.0, PHP 7, PHP 8) IteratorIterator::k ... の要素のキーを取得する 説明 public IteratorIterator::key (): mixed 現在の要素のキーを取得します。 パラメータ ... の値を取得する 関連キーワード: 要素 , キー , 取得 , key , パラメータ , getInnerIterator , next , public , ...
https://man.plustar.jp/php/iteratoriterator.key.html - [similar]
サーバーに項目を追加する 3819
« Memcache Memcache::addServer » PHP Manual Memcache サーバーに項目を追加する Memcache::add (PEC ... ーバーに項目を追加する 説明 Memcache::add ( string $key , mixed $var , int $flag = ? , int $expire = ? ): ... は、サーバーに同名のキーが存在しない 場合に限り、 key というキーで 値 var を格納します。 memcache_add() ... 関数を使用することも可能です。 パラメータ key 項目に関連付けられたキー。 var 格納する値。文字列お ... 続き型の API */ memcache_add ( $memcache_obj , 'var_key' , 'test variable' , false , 30 ); /* オブジェクト ...
https://man.plustar.jp/php/memcache.add.html - [similar]
既存項目の値を置換する 3819
« Memcache::pconnect Memcache::set » PHP Manual Memcache 既存項目の値を置換する Memcache::replac ... 項目の値を置換する 説明 Memcache::replace ( string $key , mixed $var , int $flag = ? , int $expire = ? ): ... bool Memcache::replace() は、 key に対応する既存項目の値を置換するために使用します。 ... eplace() 関数を使用することも可能です。 パラメータ key 項目に関連付けられたキー。 var 格納する値。文字列お ... 型の API */ memcache_replace ( $memcache_obj , "test_key" , "some variable" , false , 30 ); /* オブジェクト ...
https://man.plustar.jp/php/memcache.replace.html - [similar]
RecursiveDirectoryIterator を作成する 3819
« RecursiveDirectoryIterator RecursiveDirectoryIterator::getChildren » PHP Manual RecursiveDirec ... ring $directory , int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEI ... 'SubPath: ' . $it -> getSubPath () . "\n" ; echo 'Key: ' . $it -> key () . "\n\n" ; } $it -> next (); } ... ります。 SubPathName: fruit/apple.xml SubPath: fruit Key: /tmp/fruit/apple.xml SubPathName: stuff.xml SubPa ... th: Key: /tmp/stuff.xml SubPathName: veggies/carrot.xml Su ...
https://man.plustar.jp/php/recursivedirectoryiterator.construct.html - [similar]
現在のキーにアクセスする 3819
« RecursiveIteratorIterator::getSubIterator RecursiveIteratorIterator::next » PHP Manual Recursi ... 現在のキーにアクセスする RecursiveIteratorIterator::key (PHP 5, PHP 7, PHP 8) RecursiveIteratorIterator::k ... アクセスする 説明 public RecursiveIteratorIterator::key (): mixed 警告 この関数は、 現在のところ詳細な情報 ... ード: キー , アクセス , RecursiveIteratorIterator , key , 関数 , パラメータ , getSubIterator , next , publ ...
https://man.plustar.jp/php/recursiveiteratoriterator.key.html - [similar]
Store into cache 3819
« Yac Yac::__construct » PHP Manual Yac Store into cache Yac::add (PECL yac >= 1.0.0) Yac::add — ... Store into cache 説明 public Yac::add ( string $keys , mixed $value , int $ttl = 0 ): bool public Yac: ... :add ( array $key_vals ): bool Added a item into cache. パラメータ k ... eys string key value mixed value, All php value type could be sto ... 例1 Make sure the item is stored while(!$yac->set("key", "vale)); 関連キーワード: into , Yac , Store , st ...
https://man.plustar.jp/php/yac.add.html - [similar]
AppendIterator を作成する 3799
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作 ... ppend ( $toppings ); foreach ( $appendIterator as $key => $item ) { echo $key . ' => ' . $item . PHP_EOL ... terator -> getIteratorIndex (), $appendIterator -> key (), $appendIterator -> current (), PHP_EOL ); $app ... の値を配列にコピーするときは、 オプションの引数 use_key に false を指定しなければなりません。 use_key を f ... ppendIterator , 作成 , construct , Cheese , キー , key , use , 配列 , Pineapple , Olives ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
文字列のソート用のキーを取得する 3799
« Collator::getLocale Collator::getStrength » PHP Manual Collator 文字列のソート用のキーを取得す ... る Collator::getSortKey collator_get_sort_key (PHP 5 >= 5.3.2, PHP 7, PHP ... 8, PECL intl >= 1.0.3) Collator::getSortKey -- collator_get_sort_key — 文字列のソート用のキーを ... する 説明 オブジェクト指向型 public Collator::getSortKey ( string $string ): string | false 手続き型 collat ... or_get_sort_key ( Collator $object , string $string ): string | fa ...
https://man.plustar.jp/php/collator.getsortkey.html - [similar]
エントリを挿入する 3799
« dba_handlers dba_key_split » PHP Manual DBA 関数 エントリを挿入する dba_insert (PHP 4, PHP 5, ... エントリを挿入する 説明 dba_insert ( string | array $key , string $value , resource $dba ): bool dba_insert ... () は、 データベースに key および value で記述されるエントリを挿入します。 パ ... ラメータ key 挿入するエントリのキー。もしこのキーが既にデータベ ... する 関連キーワード: dba , エントリ , 挿入 , キー , key , insert , データベース , replace , 失敗 , 存在 ...
https://man.plustar.jp/php/function.dba-insert.html - [similar]