検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 2039 for To (0.032 sec.)
runkit7 2727
« phpdbg_start_oplog はじめに » PHP Manual PHP の振る舞いの変更 runkit7 runkit7 はじめに インスト ... 済み定数 runkit7 関数 runkit7_constant_add — Similar to define(), but allows defining in class definitions ... runkit7_function_add — Add a new function, similar to create_function runkit7_function_copy — Copy a fun ... ction to a new function name runkit7_function_redefine — Re ... runkit7_method_add — Dynamically adds a new method to a given class runkit7_method_copy — Copies a metho ...
https://man.plustar.jp/php/book.runkit7.html - [similar]
The EventListener class 2727
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... inal class EventListener { /* Constants */ const int OPT_LEAVE_SOCKETS_BLOCKING = 1 ; const int OPT_CLOS ... E_ON_FREE = 2 ; const int OPT_CLOSE_ON_EXEC = 4 ; const int OPT_REUSEABLE = 8 ... ; const int OPT_THREADSAFE = 16 ; /* プロパティ */ public reado ... ng $cb ): void } プロパティ fd Numeric file descriptor of the underlying socket. (Added in event-1.6.0 . ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
Adds a nameserver to the DNS base 2727
« EventDnsBase EventDnsBase::addSearch » PHP Manual EventDnsBase Adds a nameserver to the DNS ba ... EventDnsBase::addNameserverIp — Adds a nameserver to the DNS base 説明 public EventDnsBase::addNameserv ... erIp ( string $ip ): bool Adds a nameserver to the evdns_base. パラメータ ip The nameserver strin ...
https://man.plustar.jp/php/eventdnsbase.addnameserverip.html - [similar]
Sets default callback to handle requests that are not caught by specific callbac... 2727
« EventHttp::setCallback EventHttp::setMaxBodySize » PHP Manual EventHttp Sets default callback ... ntHttp::setDefaultCallback — Sets default callback to handle requests that are not caught by specific ca ... cb , string $arg = ? ): void Sets default callback to handle requests that are not caught by specific ca ... llback callable . It should match the following prototype: callback ( EventHttpRequest $req = NULL , mix ... ed $arg = NULL ): void req EventHttpRequest object. arg Custom data. arg User custom data passe ...
https://man.plustar.jp/php/eventhttp.setdefaultcallback.html - [similar]
IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 2727
« idn_to_ascii IntlChar » PHP Manual IDN 関数 IDNAのASCII方式でエンコードされたドメイン名をUnico ... deに変換する idn_to_utf8 (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1 ... .0.2, PECL idn >= 0.1) idn_to_utf8 — IDNAのASCII方式でエンコードされたドメイン名 ... をUnicodeに変換する 説明 手続き型 idn_to_utf8 ( string $domain , int $flags = IDNA_DEFAULT ... IDNA_VARIANT_UTS46 を使用してください。 例 例1 idn_to_utf8() の例 <?php echo idn_to_utf8 ( 'xn--tst-qla. ...
https://man.plustar.jp/php/function.idn-to-utf8.html - [similar]
Write data to a file stream asynchronously 2727
« swoole_async_set swoole_async_writefile » PHP Manual Swoole 関数 Write data to a file stream a ... L swoole >= 1.9.0) swoole_async_write — Write data to a file stream asynchronously 説明 swoole_async_wri ... ilename being written. content The content writing to the file. offset The offset. callback 戻り値 成功し ...
https://man.plustar.jp/php/function.swoole-async-write.html - [similar]
ジェネレータの構文 2727
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... ェネレータは値を返すことができます。返した値は Generator::getReturn() で取得することが出来ます。 yield キー ... 例1 値を yield する単純な例 <?php function gen_one_to_three () { for ( $i = 1 ; $i <= 3 ; $i ++) { // yi ... 維持されることに注目しましょう yield $i ; } } $generator = gen_one_to_three (); foreach ( $generator as $v ... ようになります。 警告 $data に代入される値は、 Generator::send() に渡される値、もしくは Generator::next() ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
Create a new Command 2727
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... rameter. The commandOptions parameter is only used to specify options related to the execution of the co ... The complete command document, which will be sent to the server. commandOptions 注意 : Do not use this ... parameter to specify options described in the command's referen ... ting the time limit in milliseconds for the server to block a getMore operation if no data is available. ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
Creates a new Pool of Workers 2727
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... onstruct ( int $size , string $class = ? , array $ctor = ? ) Construct a new pool of workers. Pools lazi ... hreads will only be spawned when they are required to execute tasks. パラメータ size The maximum number ... of workers for this pool to create class The class for new Workers. If no clas ... s is given, then it defaults to the Worker class. ctor An array of arguments to be ...
https://man.plustar.jp/php/pool.construct.html - [similar]
Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefix qu... 2727
« SolrQuery::getHighlightFragsize SolrQuery::getHighlightMaxAlternateFieldLength » PHP Manual So ... lrQuery Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefi ... ghlightHighlightMultiTerm — Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefi ... HighlightMultiTerm (): bool Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefi ...
https://man.plustar.jp/php/solrquery.gethighlighthighlightmultiterm.html - [similar]