検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1267 for Value (0.023 sec.)
クロージャを束縛して呼び出す 4001
« Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closur ... を返します。 例 例1 Closure::call() の例 <?php class Value { protected $value ; public function __construct ( ... $value ) { $this -> value = $value ; } public function ge ... tValue () { return $this -> value ; } } $three = new Valu ... e ( 3 ); $four = new Value ( 4 ); $closure = function ( $delta ) { var_dump ( ...
https://man.plustar.jp/php/closure.call.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 4001
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... して、繰り返し挿入処理を行う この例は、 name および value を名前つきプレースホルダで置き換えて INSERT クエリ ... t = $dbh -> prepare ( "INSERT INTO REGISTRY (name, value) VALUES (:name, :value)" ); $stmt -> bindParam ( ' ... :name' , $name ); $stmt -> bindParam ( ':value' , $value ); // 行を挿入します $name = 'one' ; $va ... メータを変更し、別の行を挿入します $name = 'two' ; $value = 2 ; $stmt -> execute (); ?> 例2 プリペアドステー ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
Returns the value for a given key 3961
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... ECL ds >= 1.0.0) Ds\Map::get — Returns the value for a given key 説明 public Ds\Map::get ( mixed $k ... ey , mixed $default = ? ): mixed Returns the value for a given key, or an optional default value if t ... al. 注意 : You can also use array syntax to access values by key, eg. $map["key"] . 警告 Be careful when us ... y The key to look up. default The optional default value, returned if the key could not be found. 戻り値 Th ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
Add Constant 3922
« Componere\Definition::__construct Componere\Definition::addProperty » PHP Manual Componere\Def ... Definition::addConstant ( string $name , Componere\Value $value ): Definition Shall declare a class constan ... メータ name The case sensitive name for the constant value The Value for the constant, must not be undefined ... as a constant 警告 Shall throw RuntimeException if value is static 警告 Shall throw RuntimeException if val ...
https://man.plustar.jp/php/componere-definition.addconstant.html - [similar]
Returns the value of the specified configuration setting 3899
« sqlsrv_free_stmt sqlsrv_get_field » PHP Manual SQLSRV 関数 Returns the value of the specified ... ht only be in Git) sqlsrv_get_config — Returns the value of the specified configuration setting 説明 sqlsrv ... _get_config ( string $setting ): mixed Returns the value of the specified configuration setting. パラメータ ... setting The name of the setting for which the value is returned. For a list of configurable settings, ... see sqlsrv_configure() . 戻り値 Returns the value of the specified setting. If an invalid setting is ...
https://man.plustar.jp/php/function.sqlsrv-get-config.html - [similar]
Returns the PHP representation of a BSON value 3883
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... sentation of a BSON value MongoDB\BSON\toPHP (mongodb >=1.0.0) MongoDB\BSON\ ... toPHP — Returns the PHP representation of a BSON value 説明 MongoDB\BSON\toPHP ( string $bson , array $ty ... keys because documents are stored as a list of key-value pairs; however, applications should refrain from g ... th duplicate keys. パラメータ bson ( string ) BSON value to be unserialized. typeMap ( array ) 型マップの設 ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
Gets value of class or instance property 3860
« uopz_get_mock uopz_get_return » PHP Manual Uopz 関数 Gets value of class or instance property ... PECL uopz 6, PECL uopz 7) uopz_get_property — Gets value of class or instance property 説明 uopz_get_proper ... ect $instance , string $property ): mixed Gets the value of a static class property, if class is given, or ... the value of an instance property, if instance is given. パラ ... perty The name of the property. 戻り値 Returns the value of the class or instance property, or null if the ...
https://man.plustar.jp/php/function.uopz-get-property.html - [similar]
アトリビュートの文法 3860
« アトリビュートの概要 リフレクションAPI を使ってアトリビュートを読み取る » PHP Manual アトリビュ ... Attribute ; #[Attribute] class MyAttribute { const VALUE = 'value' ; private $value ; public function __con ... struct ( $value = null ) { $this -> value = $value ; } } // b.php ... le\MyAttribute] #[MyAttribute(1234)] #[MyAttribute(value: 1234)] #[MyAttribute(MyAttribute::VALUE)] #[MyAtt ... ribute(array("key" => "value"))] #[MyAttribute(100 + 200)] class Thing { } #[My ...
https://man.plustar.jp/php/language.attributes.syntax.html - [similar]
Associates all key-value pairs of a traversable object or array 3804
« Ds\Map::put Ds\Map::reduce » PHP Manual Map Associates all key-value pairs of a traversable ob ... L ds >= 1.0.2) Ds\Map::putAll — Associates all key-value pairs of a traversable object or array 説明 public ... ::putAll ( mixed $pairs ): void Associates all key-value pairs of a traversable object or array . 注意 : Ke ... 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 , Map , key , pairs , ...
https://man.plustar.jp/php/ds-map.putall.html - [similar]
Set a return value 3781
« GearmanJob::sendWarning GearmanJob::status » PHP Manual GearmanJob Set a return value GearmanJ ... man >= 0.5.0) GearmanJob::setReturn — Set a return value 説明 public GearmanJob::setReturn ( int $gearman_r ... eturn_t ): bool Sets the return value for this job, indicates how the job completed. パラ ... メータ gearman_return_t A valid Gearman return value. 戻り値 Description... 関連キーワード: return , Se ...
https://man.plustar.jp/php/gearmanjob.setreturn.html - [similar]