検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1131 for This (0.027 sec.)
Returns the topology ID associated with this server 3313
« MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription MongoDB\Driver\Monitoring ... angedEvent Returns the topology ID associated with this server MongoDB\Driver\Monitoring\ServerChangedEven ... pologyId — Returns the topology ID associated with this server 説明 final public MongoDB\Driver\Monitoring ...
https://man.plustar.jp/php/mongodb-driver-monitoring-serverchangedevent.gettopol... - [similar]
Returns the topology ID associated with this server 3313
« MongoDB\Driver\Monitoring\ServerClosedEvent::getPort MongoDB\Driver\Monitoring\ServerOpeningEv ... losedEvent Returns the topology ID associated with this server MongoDB\Driver\Monitoring\ServerClosedEvent ... pologyId — Returns the topology ID associated with this server 説明 final public MongoDB\Driver\Monitoring ...
https://man.plustar.jp/php/mongodb-driver-monitoring-serverclosedevent.gettopolo... - [similar]
Returns the topology ID associated with this server 3313
« MongoDB\Driver\Monitoring\ServerOpeningEvent::getPort MongoDB\Driver\Monitoring\ServerHeartbea ... eningEvent Returns the topology ID associated with this server MongoDB\Driver\Monitoring\ServerOpeningEven ... pologyId — Returns the topology ID associated with this server 説明 final public MongoDB\Driver\Monitoring ...
https://man.plustar.jp/php/mongodb-driver-monitoring-serveropeningevent.gettopol... - [similar]
Memory management 3313
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... delay releasing memory towards the system. Due to this, comparing the memory usage of the MySQL Native Dr ... orced by PHP also affects the MySQL Native Driver. This may cause out of memory errors when fetching large ... the results are made available to the PHP script. This final transfer from the result buffer into PHP var ... efore the variables are unset. Generally speaking, this pattern works well for scripts that read a result ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
The MongoDB\Driver\ServerDescription class 3290
« MongoDB\Driver\Server::isSecondary MongoDB\Driver\ServerDescription::getHelloResponse » PHP Ma ... ver to which the driver is connected. Instances of this class are returned by MongoDB\Driver\Server::getSe ... set configuration; however, the client may monitor this server in hope that it transitions to a more usefu ... rverDescription::getHost — Returns the hostname of this server MongoDB\Driver\ServerDescription::getLastUp ... erDescription::getPort — Returns the port on which this server is listening MongoDB\Driver\ServerDescripti ...
https://man.plustar.jp/php/class.mongodb-driver-serverdescription.html - [similar]
変換フィルタ 3290
« 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ ... ( $fp , 'convert.base64-encode' ); fwrite ( $fp , "This is a test.\n" ); fclose ( $fp ); /* 出力: VGhpcyBp ... , STREAM_FILTER_WRITE , $param ); fwrite ( $fp , "This is a test.\n" ); fclose ( $fp ); /* 出力: VGhpcyBp ... pcyBpcyBhIHRlc3QuCg==" ); fclose ( $fp ); /* 出力: This is a test. */ ?> convert.quoted-printable-encode と ... onvert.quoted-printable-encode' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: =This is a test.=0A */ ? ...
https://man.plustar.jp/php/filters.convert.html - [similar]
可変関数 3290
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable func ... ) { echo $string ; } $func = 'foo' ; $func (); // This calls foo() $func = 'bar' ; $func ( 'test' ); // T ... alls bar() $func = 'echoit' ; $func ( 'test' ); // This calls echoit() ?> オブジェクトのメソッドを可変関数 ... lass Foo { function Variable () { $name = 'Bar' ; $this -> $name (); // Bar() メソッドのコール } function ... Bar () { echo "This is Bar" ; } } $foo = new Foo (); $funcname = "Vari ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]
共変性と反変性 3290
« オブジェクトのシリアライズ 変更履歴 » PHP Manual クラスとオブジェクト 共変性と反変性 共変性と反 ... ; public function __construct ( string $name ) { $this -> name = $name ; } abstract public function speak ... extends Animal { public function speak () { echo $this -> name . " barks" ; } } class Cat extends Animal ... { public function speak () { echo $this -> name . " meows" ; } } この例では、どのメソッドも ... ; public function __construct ( string $name ) { $this -> name = $name ; } public function eat ( AnimalFo ...
https://man.plustar.jp/php/language.oop5.variance.html - [similar]
Fetch the next row and return it as an object 3266
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... = ? , array $params = ? , int $type = ? ): object This function returns an object with the column names o ... ss_name objects. type Type can only be CUBRID_LOB, this parameter will be used only when you need to opera ... = null ; public function toString () { var_dump ( $this ); } } var_dump ( cubrid_fetch_object ( $res , "de ... _code { public function __construct ( $s , $f ) { $this -> s_name = $s ; $this -> f_name = $f ; } } var_du ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
改行文字の前に HTML の改行タグを挿入する 3266
« nl_langinfo number_format » PHP Manual String 関数 改行文字の前に HTML の改行タグを挿入する nl ... ークアップを生成する <?php echo nl2br ( "Welcome\r\nThis is my HTML document" , false ); ?> 上の例の出力は以 ... 下となります。 Welcome<br> This is my HTML document 例3 さまざまな改行文字 <?php $ ... string = "This\r\nis\n\ra\nstring\r" ; echo nl2br ( $string ); ?> ... 上の例の出力は以下となります。 This<br /> is<br /> a<br /> string<br /> 参考 htmlspeci ...
https://man.plustar.jp/php/function.nl2br.html - [similar]