検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 759 for key (0.038 sec.)
現行のキーを返す 3935
« SolrDocument::__isset SolrDocument::merge » PHP Manual SolrDocument 現行のキーを返す SolrDocum ... ent::key (PECL solr >= 0.9.2) SolrDocument::key — 現行のキー ... を返す 説明 public SolrDocument::key (): string 現行のキーを返します。 パラメータ この関 ... ます。 関連キーワード: 現行 , キー , SolrDocument , key , パラメータ , isset , merge , public , string , 関 ...
https://man.plustar.jp/php/solrdocument.key.html - [similar]
Set a socket option 3935
« ZMQContext::isPersistent ZMQSocket » PHP Manual ZMQContext Set a socket option ZMQContext::set ... ocket option 説明 public ZMQContext::setOpt ( int $key , mixed $value ): ZMQContext Sets a ZMQ context op ... tion. The type of the value depends on the key . See ZMQ Constant Types for more information. パラ ... メータ key One of the ZMQ::CTXOPT_* constants. value The valu ... キーワード: option , Set , ZMQContext , a , setOpt , key , ZMQ , zmq , Types , Throws ...
https://man.plustar.jp/php/zmqcontext.setopt.html - [similar]
Set a socket option 3935
« ZMQSocket::sendmulti ZMQSocket::unbind » PHP Manual ZMQSocket Set a socket option ZMQSocket::s ... et option 説明 public ZMQSocket::setSockOpt ( int $key , mixed $value ): ZMQSocket Sets a ZMQ socket opti ... on. The type of the value depends on the key . See ZMQ Constant Types for more information. パラ ... メータ key One of the ZMQ::SOCKOPT_* constants. value The val ... ワード: option , Set , ZMQSocket , a , setSockOpt , key , ZMQ , zmq , Types , Throws ...
https://man.plustar.jp/php/zmqsocket.setsockopt.html - [similar]
The Yac class 3908
« 定義済み定数 Yac::add » PHP Manual Yac The Yac class The Yac class (PECL yac >= 1.0.0) はじめに ... truct ( string $prefix = "" ) public add ( string $keys , mixed $value , int $ttl = 0 ): bool public add ... ( array $key_vals ): bool public delete ( string | array $keys ... public flush (): bool public get ( string | array $key , int &$cas = null ): mixed public __get ( string ... $key ): mixed public info (): array public set ( string ...
https://man.plustar.jp/php/class.yac.html - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 3908
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... cha20poly1305_init_pull ( string $header , string $key ): string 復号のためのシークレットストリームのコン ... が生成する値のうちの一つを指定しなければいけません。 key 暗号化キー(256ビット) 戻り値 シークレットストリーム ... $inputFilePath , string $outputFilePath , string $key ): void { $inputFile = fopen ( $inputFilePath , 'r ... retstream_xchacha20poly1305_init_pull ( $header , $key ); $inputFileSize = fstat ( $inputFile )[ 'size' ] ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
Returns a named attribute 3908
« Imagick::getImageArtifact Imagick::getImageBackgroundColor » PHP Manual Imagick Returns a name ... 。 説明 public Imagick::getImageAttribute ( string $key ): string Returns a named attribute. パラメータ ke ... y The key of the attribute to get. 戻り値 関連キーワード: at ... tribute , Returns , named , Imagick , a , key , getImageAttribute , string , imagick , 関数 ...
https://man.plustar.jp/php/imagick.getimageattribute.html - [similar]
Store into cache 3908
« Yac::info Yac::__set » PHP Manual Yac Store into cache Yac::set (PECL yac >= 1.0.0) Yac::set — ... Store into cache 説明 public Yac::set ( string $keys , mixed $value , int $ttl = 0 ): bool public Yac: ... :add ( array $key_vals ): bool Add a item into cache, it the key is ... already exists, override it. パラメータ keys string key value mixed value, All php value type ... he value self 関連キーワード: into , Store , Yac , key , public , string , type , time , expire , リソース ...
https://man.plustar.jp/php/yac.set.html - [similar]
Yaf_Response_Abstract クラス 3887
« Yaf_Request_Simple::isXmlHttpRequest Yaf_Response_Abstract::appendBody » PHP Manual Yaf Yaf_Re ... t () public appendBody ( string $content , string $key = ? ): bool public clearBody ( string $key = ? ): ... lic clearHeaders (): void public getBody ( string $key = ? ): mixed public getHeader (): void public prep ... endBody ( string $content , string $key = ? ): bool public response (): void protected set ... ): void public setBody ( string $content , string $key = ? ): bool public setHeader ( string $name , stri ...
https://man.plustar.jp/php/class.yaf-response-abstract.html - [similar]
変数を古い値と比較して新しい値を代入する 3887
« wincache_ucache_add wincache_ucache_clear » PHP Manual WinCache 関数 変数を古い値と比較して新し ... しい値を代入する 説明 wincache_ucache_cas ( string $key , int $old_value , int $new_value ): bool 指定した ... した場合はそこに new_value を代入します。 パラメータ key 変数をキャッシュに格納するときに使ったキーの名前。 ... key は大文字小文字を区別します。 old_value ユーザーキャ ... ッシュ内の key が指す変数の古い値。 この値は long 型でなければなら ...
https://man.plustar.jp/php/function.wincache-ucache-cas.html - [similar]
サーバーから項目を削除する 3887
« Memcache::decrement Memcache::flush » PHP Manual Memcache サーバーから項目を削除する Memcache: ... ーから項目を削除する 説明 Memcache::delete ( string $key , int $timeout = 0 ): bool Memcache::delete() は、 ... key に対応する項目を削除します。 パラメータ key 削除し ... から削除します */ memcache_delete ( $memcache_obj , 'key_to_delete' ); /* オブジェクト指向の API */ $memcac ... mcache_host' , 11211 ); $memcache_obj -> delete ( 'key_to_delete' ); ?> 参考 Memcache::set() - データをサ ...
https://man.plustar.jp/php/memcache.delete.html - [similar]