検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 1267 for value (3.193 sec.)
The Swoole\Table class 2954
« Swoole\Server::tick Swoole\Table::column » PHP Manual Swoole The Swoole\Table class The Swoole ... rewind (): void public set ( string $key , array $value ): VOID public valid (): bool } 定義済み定数 Swool ... he current row. Swoole\Table::decr — Decrement the value in the Swoole table by $row_key and $column_key. S ... s existed by $row_key. Swoole\Table::get — Get the value in the Swoole table by $row_key and $column_key. S ... woole\Table::incr — Increment the value by $row_key and $column_key. Swoole\Table::key — G ...
https://man.plustar.jp/php/class.swoole-table.html - [similar]
The Zookeeper class 2954
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... 000 ): void public create ( string $path , string $value , array $acls , int $flags = null ): string public ... rable (): bool public set ( string $path , string $value , int $version = -1 , array &$stat = null ): bool ... er Permissions Zookeeper::PERM_READ Can read nodes value and list its children Zookeeper::PERM_WRITE Can se ... t the nodes value Zookeeper::PERM_CREATE Can create children Zookeep ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
Sets the CUBRID database parameters 2954
« cubrid_set_autocommit cubrid_set_drop » PHP Manual CUBRID 関数 Sets the CUBRID database parame ... ce $conn_identifier , int $param_type , int $param_value ): bool The cubrid_set_db_parameter() function is ... assumed. param_type Database parameter type. param_value Isolation level value (1-6) or lock timeout (in se ... conds) value. 戻り値 成功した場合に true を、失敗した場合に fal ...
https://man.plustar.jp/php/function.cubrid-set-db-parameter.html - [similar]
オープンした blob から len バイト分のデータを取得する 2954
« ibase_blob_echo ibase_blob_import » PHP Manual Firebird/InterBase 関数 オープンした blob から ... () の例 <?php $result = ibase_query ( "SELECT blob_value FROM table" ); $data = ibase_fetch_object ( $resul ... t ); $blob_data = ibase_blob_info ( $data -> BLOB_VALUE ); $blob_hndl = ibase_blob_open ( $data -> BLOB_VA ... [ 0 ]); ?> この例では 'ibase_blob_echo($data->BLOB_VALUE)' が行う以上のことは 行っていませんが、結果を変数に ...
https://man.plustar.jp/php/function.ibase-blob-get.html - [similar]
指定したオプションの値を設定する 2954
« ldap_search ldap_set_rebind_proc » PHP Manual LDAP 関数 指定したオプションの値を設定する ldap_ ... $ldap , int $option , array | string | int | bool $value ): bool 指定したオプションの値を value に設定します ... は、そのコントロールの ID である oid 、オプションの value 、オプションのフラグ criticality からなります。PHP ... なる配列で指定されます。オプションの要素は、 キーが value で値が文字列、そしてキーが iscritical で値が論理値 ... を参照ください。また以下の二番目の例も参照ください。 value 指定したオプション option の新しい値。 戻り値 成功 ...
https://man.plustar.jp/php/function.ldap-set-option.html - [similar]
ストリーム / ラッパー / コンテキストのオプションを設定する 2954
« stream_context_set_default stream_context_set_params » PHP Manual ストリーム 関数 ストリーム / ... ontext , string $wrapper , string $option , mixed $value ): bool stream_context_set_option ( resource $stre ... トリームまたはコンテキストのオプションを設定します。 value の内容が wrapper に対する option として設定されます ... パラメータ を参照ください。 option オプションの名前 value オプションの値 options stream_or_context に設定する ... 。 注意 : options は、 $arr['wrapper']['option'] = $value のような形式の、連想配列の連想配列である必要があり ...
https://man.plustar.jp/php/function.stream-context-set-option.html - [similar]
既存のアイテムの前にデータを付加する 2954
« Memcached::isPristine Memcached::prependByKey » PHP Manual Memcached 既存のアイテムの前にデータ ... public Memcached::prepend ( string $key , string $value ): bool Memcached::prepend() は、指定した文字列 va ... lue を既存のアイテムの前に付加します。 value を文字列に強制変換する理由は、 異なる型を付加した場 ... メータ key データを先頭に付加したいアイテムのキー。 value 先頭に付加する文字列。 戻り値 成功した場合に true ...
https://man.plustar.jp/php/memcached.prepend.html - [similar]
プロパティの値を設定する 2954
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProper ... ty プロパティの値を設定する ReflectionProperty::setValue (PHP 5, PHP 7, PHP 8) ReflectionProperty::setValue ... ィの値を設定する 説明 public ReflectionProperty::setValue ( object $object , mixed $value ): void public Ref ... lectionProperty::setValue ( mixed $value ): void プロパティの値を設定 (変更) ... 。 staticプロパティの場合はこのパラメータを省略し、 value だけを指定しなければなりません。 value 新しい値。 ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
Update the RRD database file 2954
« RRDUpdater::__construct ScoutAPM » PHP Manual RRDUpdater Update the RRD database file RRDUpdat ... abase file 説明 public RRDUpdater::update ( array $values , string $time = time() ): bool Updates the RRD f ... _construct() . The file is updated with a specific values. パラメータ values Data for update. Key is data s ... ource name. time Time value for updating the RRD with a particular data. Defau ... lt value is current time. 戻り値 成功した場合に true を、失 ...
https://man.plustar.jp/php/rrdupdater.update.html - [similar]
Returns a shallow copy of the map 2937
« Ds\Map::__construct Ds\Map::count » PHP Manual Map Returns a shallow copy of the map Ds\Map::c ... s\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] => b [value] ... => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 3 ) ) 関連キーワード: Ds , Returns , map , Map ...
https://man.plustar.jp/php/ds-map.copy.html - [similar]