| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\Server::getHost(mongodb >=1.0.0) MongoDB\Driver\Server::getHost — Returns the hostname of this server 説明
final public string MongoDB\Driver\Server::getHost
( void
)
Returns the hostname of this server. パラメータこの関数にはパラメータはありません。 返り値Returns the hostname of this server. エラー / 例外
例例1 MongoDB\Driver\Server::getHost() example
<?php 上の例の出力は以下となります。 string(9) "localhost" 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\Server::getHost - Returns the hostname of this server」をGoogle検索
|