検索

phrase: max: clip:
target: order:
Results of 701 - 710 of about 1267 for Value (0.102 sec.)
ベンダー固有のバイナリ属性を設定する 2560
« radius_put_vendor_addr radius_put_vendor_int » PHP Manual Radius 関数 ベンダー固有のバイナリ属 ... $radius_handle , int $vendor , int $type , string $value , int $options = 0 , int $tag = ? ): bool ベンダー ... US リソース。 vendor ベンダー ID。 type 属性の型。 value 属性の値。バイナリ文字列として扱われます。 options ...
https://man.plustar.jp/php/function.radius-put-vendor-attr.html - [similar]
ベンダー固有の文字列属性を設定する 2560
« radius_put_vendor_int radius_request_authenticator » PHP Manual Radius 関数 ベンダー固有の文字 ... $radius_handle , int $vendor , int $type , string $value , int $options = 0 , int $tag = ? ): bool ベンダー ... US リソース。 vendor ベンダー ID。 type 属性の型。 value 属性の値。 これはヌル終端であることが期待されていま ...
https://man.plustar.jp/php/function.radius-put-vendor-string.html - [similar]
関数の引数 2560
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を ... 名前付き引数の文法 <?php myFunction ( paramName : $value ); array_foobar (array: $value ); // 以下の書き方は ... ません function_name ( $variableStoringParamName : $value ); ?> 例16 位置を指定した引数と、名前付き引数 <?ph ... の場合: array_fill ( start_index : 0 , count : 100 , value : 50 ); ?> 名前付き引数は、渡す順番は関係ありません ... 同じ例を、引数の順番を変えて渡す <?php array_fill ( value : 50 , count : 100 , start_index : 0 ); ?> 名前付き ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
2560
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 < ... rStatus :: cases () as $case ) { printf ( '<option value="%s">%s</option>\n' , $case -> value , $case -> la ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
指定したサーバーにアイテムを新しいキーで追加する 2560
« Memcached::add Memcached::addServer » PHP Manual Memcached 指定したサーバーにアイテムを新しいキ ... dByKey ( string $server_key , string $key , mixed $value , int $expiration = ? ): bool Memcached::addByKey( ... ルチ操作の効率が上がります。 key 値の格納先のキー。 value 格納する値。 expiration 期限切れとなるまでの時間。 ...
https://man.plustar.jp/php/memcached.addbykey.html - [similar]
指定したサーバーでアイテムを比較して入れ替える 2560
« Memcached::cas Memcached::__construct » PHP Manual Memcached 指定したサーバーでアイテムを比較し ... _token , string $server_key , string $key , mixed $value , int $expiration = ? ): bool Memcached::casByKey( ... ルチ操作の効率が上がります。 key 値の格納先のキー。 value 格納する値。 expiration 期限切れとなるまでの時間。 ...
https://man.plustar.jp/php/memcached.casbykey.html - [similar]
指定したサーバーで既存のキーのアイテムを入れ替える 2560
« Memcached::replace Memcached::resetServerList » PHP Manual Memcached 指定したサーバーで既存のキ ... eByKey ( string $server_key , string $key , mixed $value , int $expiration = ? ): bool Memcached::replaceBy ... ルチ操作の効率が上がります。 key 値の格納先のキー。 value 格納する値。 expiration 期限切れとなるまでの時間。 ...
https://man.plustar.jp/php/memcached.replacebykey.html - [similar]
現在のエントリが配列あるいはオブジェクトである場合に、そのイテレータを返す 2560
« RecursiveArrayIterator RecursiveArrayIterator::hasChildren » PHP Manual RecursiveArrayIterator ... foreach ( $iterator -> getChildren () as $key => $value ) { echo $key . ' : ' . $value . "\n" ; } } else { ...
https://man.plustar.jp/php/recursivearrayiterator.getchildren.html - [similar]
パラメータのデフォルト値を取得する 2560
« ReflectionParameter::getDeclaringFunction ReflectionParameter::getDefaultValueConstantName » P ... フォルト値を取得する ReflectionParameter::getDefaultValue (PHP 5 >= 5.0.3, PHP 7, PHP 8) ReflectionParameter ... ::getDefaultValue — パラメータのデフォルト値を取得する 説明 public R ... eflectionParameter::getDefaultValue (): mixed (内部またはユーザー定義の) 関数あるいはメ ... OL ; if ( $param -> isOptional ()) { echo 'Default value: ' . $param -> getDefaultValue () . PHP_EOL ; } ec ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalue.html - [similar]
PHP の振る舞いの変更 2560
« 関数リファレンス APCu » PHP Manual 関数リファレンス PHP の振る舞いの変更 PHP の振る舞いの変更 ... nere\Method — The Componere\Method class Componere\Value — The Componere\Value class Componere 関数 エラー処 ...
https://man.plustar.jp/php/refs.basic.php.html - [similar]