検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 777 for e (0.018 sec.)
3813
« リソース型 V8Js » PHP Manual V8js 例 例 基本的な使用例 例1 基本的な Javascript の実行 <?php $v ... 8 = new V8Js (); /* basic.js */ $JS = <<< EOT len = print ... ('Hello' + ' ' + 'World!' + "\\n"); len; EOT; try { var ... _dump ( $v8 -> executeString ( $JS , 'basic.js' )); } catch ( V8JsE ... xception $e ) { var_dump ( $e ); } ?> 上の例の出力は以 ...
https://man.plustar.jp/php/v8js.examples.html - [similar]
Receives a message 3813
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... et::recv (PECL zmq >= 0.5.0) ZMQSocket::recv — Receives a ... message 説明 public ZMQSocket::recv ( int $mode = 0 ) ... : string Receive a message from a socket. By default receiving ... will block until a message is available unless ZMQ::MODE_DONTWAIT flag i ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
新しい DateTimeImmutable オブジェクトを返す 3746
« DateTimeImmutable::add DateTimeImmutable::createFromFormat » PHP Manual DateTimeImmutable 新し ... い DateTimeImmutable オブジェクトを返す DateTimeImmutable: ... :__construct date_create_immutable (PHP 5 >= 5.5.0, PHP 7, PHP 8) Da ... teTimeImmutable::__construct -- date_create_immutable ... — 新しい DateTimeImmutable オブジェクトを返す 説明 オブジェクト指 ...
https://man.plustar.jp/php/datetimeimmutable.construct.html - [similar]
オブジェクトのクラス名を返す 3746
« get_class_vars get_declared_classes » PHP Manual クラス/オブジェクト関数 オブジェクトのクラス名 ... を返す get_class (PHP 4, PHP 5, PHP 7, PHP 8) get_class — オ ... ブジェクトのクラス名を返す 説明 get_class ( object $object = ? ): string 指定した obj ... ect のクラス名を取得します。 パラメータ object 調べるオブジェクト。クラスの内部ではこのパラメー ... タを省略することもできます。 注意 : object に明示的に null を渡すことは、 PHP 7.2.0 以降許さ ...
https://man.plustar.jp/php/function.get-class.html - [similar]
Dynamically changes the code of the given method 3746
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... de of the given method runkit7_method_redefine (PECL ... runkit7 >= Unknown) runkit7_method_redefine — Dynamically changes the code of the ... given method 説明 runkit7_method_redefine ( string $cla ... ss_name , string $method_name , string $argument_list , st ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
Add an update operation to the bulk 3746
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... Add an update operation to the bulk MongoDB\Driver\BulkWrite::up ... date (mongodb >=1.0.0) MongoDB\Driver\BulkWrite::update ... — Add an update operation to the bulk 説明 public MongoDB\Driver\B ... ulkWrite::update ( array | object $filter , array | object ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]
Starts a transaction 3746
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... river\Session Starts a transaction MongoDB\Driver\Sessi ... on::startTransaction (mongodb >=1.5.0) MongoDB\Driver\Session::startTransaction — Starts a transaction ... 説明 final public MongoDB\Driver\Session::startTransaction ( array $options = ? ): ... void Starts a multi-document transaction associated with the session. At any ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
基本的な VarnishStat の使用法 3746
« 基本的な VarnishAdmin の使用法 基本的な VarnishLog の使用法 » PHP Manual 例 基本的な VarnishSt ... 例1 統計のスナップショットをを取得する <?php $vs = new VarnishStat ; try { $data = $vs -> getSnapshot () ... ; } catch ( VarnishException $e ) { echo $e -> getMessage (); exit( 3 ) ... ; } exit( 0 ); ?> 関連キーワード: 基本 , VarnishStat , 使 ...
https://man.plustar.jp/php/varnish.example.stat.html - [similar]
The EvPeriodic class 3705
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE ... CL ev >= 0.2.0) はじめに Periodic watchers are also tim ... ers of a kind, but they are very versatile. Unlike EvTimer , EvPeriodic w ... atchers are not based on real time(or relative time, the ... physical time that passes) but on wall clock time(absolute time, ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
3705
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... 、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds e ... lapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、そ ... 後は // 手で止めるまで 1 秒おきに繰り返します $w2 = new EvTimer ( 2 , 1 , function ( $w ) { echo "is call ... ed every second, is launched after 2 seconds\n" ; echo ...
https://man.plustar.jp/php/ev.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT