検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 817 for return (0.084 sec.)
プロパティ 2907
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... ame ; } public function getNumberOfSides (): int { return $this -> numberOfSides ; } public function getName ... (): string { return $this -> name ; } } $triangle = new Shape (); $tri ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
Iterable 2907
« 配列 オブジェクト » PHP Manual 型 Iterable Iterable Iterable は PHP 7.1 で導入された疑似型です ... rable 戻り値の例 <?php function bar (): iterable { return [ 1 , 2 , 3 ]; } ?> 戻り値の型として Iterable を宣 ...
https://man.plustar.jp/php/language.types.iterable.html - [similar]
Read-through キャッシュコールバック 2907
« Result コールバック セッションのサポート » PHP Manual コールバック Read-through キャッシュコー ... から探します */ /* ... */ $value = $profile_info ; return true ; } ?> 関連キーワード: Read , through , キャッ ...
https://man.plustar.jp/php/memcached.callbacks.read-through.html - [similar]
下位互換性のない変更点 2907
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... から削除されました。 戻り値の型が決まっている関数で "return;" と書いてもコンパイルエラーになる 戻り値の型を宣言 ... している関数内で、引数がないreturn文を使うと、 (戻り値の型を void と宣言していない場合 ... ILE_ERROR が発生するようになりました。 これは、そのreturn文に到達しない場合であっても同じです。 関連キーワード ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
Select a server matching a read preference 2907
« MongoDB\Driver\Manager::removeSubscriber MongoDB\Driver\Manager::startSession » PHP Manual Mon ... primary server will be selected by default. 戻り値 Returns a MongoDB\Driver\Server matching the read prefere ... iver\Server MongoDB\Driver\Manager::getServers() - Return the servers to which this manager is connected » S ...
https://man.plustar.jp/php/mongodb-driver-manager.selectserver.html - [similar]
Checks if this is the default read concern 2907
« MongoDB\Driver\ReadConcern::getLevel MongoDB\Driver\ReadConcern::serialize » PHP Manual MongoD ... lic MongoDB\Driver\ReadConcern::isDefault (): bool Returns whether this is the default read concern (i.e. no ... ラメータ この関数にはパラメータはありません。 戻り値 Returns true if this is the default read concern and fals ... e) 参考 MongoDB\Driver\Manager::getReadConcern() - Return the ReadConcern for the Manager » Read Concern ref ...
https://man.plustar.jp/php/mongodb-driver-readconcern.isdefault.html - [similar]
Returns the latency of this server in milliseconds 2907
« MongoDB\Driver\Server::getInfo MongoDB\Driver\Server::getPort » PHP Manual MongoDB\Driver\Serv ... er Returns the latency of this server in milliseconds MongoD ... ngodb >=1.0.0) MongoDB\Driver\Server::getLatency — Returns the latency of this server in milliseconds 説明 f ... ic MongoDB\Driver\Server::getLatency (): ? integer Returns the latency of this server in milliseconds. This ... ラメータ この関数にはパラメータはありません。 戻り値 Returns the latency of this server in milliseconds, or nu ...
https://man.plustar.jp/php/mongodb-driver-server.getlatency.html - [similar]
Checks if this is the default write concern 2907
« MongoDB\Driver\WriteConcern::getWtimeout MongoDB\Driver\WriteConcern::serialize » PHP Manual M ... ic MongoDB\Driver\WriteConcern::isDefault (): bool Returns whether this is the default write concern (i.e. n ... ラメータ この関数にはパラメータはありません。 戻り値 Returns true if this is the default write concern and fal ... ) 参考 MongoDB\Driver\Manager::getWriteConcern() - Return the WriteConcern for the Manager » Modify Default ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.isdefault.html - [similar]
定義済み定数 2907
« 実行時設定 例 » PHP Manual OCI8 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... array() で結果を配列で取得するために使います。 OCI_RETURN_LOBS oci_fetch_array() でディスクリプタの代わりに ... LOB の値を取得するために使います。 OCI_RETURN_NULLS oci_fetch_array() でフィールド値が null の場 ...
https://man.plustar.jp/php/oci8.constants.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 2907
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... 生します。 <?php $stmt = $dbh -> prepare ( "CALL sp_returns_string(?)" ); $stmt -> bindParam ( 1 , $return_va ... mt -> execute (); print "プロシージャが返した値は $return_value です\n" ; ?> 例5 入出力パラメータを指定してス ... hp $stmt = $dbh -> prepare ( "CALL sp_takes_string_returns_string(?)" ); $value = 'hello' ; $stmt -> bindPar ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]