検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 46 for because (0.001 sec.)
Philosophy 13211
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... y allocated by another thread, it can do so safely because the thread that owns the memory is waiting for the ... hat threads may be manipulating data concurrently, because that is not possible. This also makes PHP the perf ... API based on CSP (message passing over channels), because PHP itself is shared nothing - PHP threads operate ... themselves looking for concurrent data structures, because that is what they are used too: they pass around s ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
はじめに 11197
« LuaSandbox インストール/設定 » PHP Manual LuaSandbox はじめに はじめに LuaSandbox is an extens ... orts only Lua 5.1. It is difficult to change this, because LuaSandbox uses heavily modified Lua standard libr ... g , untrusted , compatibility , backwards , were , because , less , convenient ...
https://man.plustar.jp/php/intro.luasandbox.html - [similar]
About event persistence 10740
« Event flags Event callbacks » PHP Manual Event About event persistence About event persistence ... default, whenever a pending event becomes active (because its file descriptor is ready to read or write, or ...
https://man.plustar.jp/php/event.persistence.html - [similar]
Configures whether to keep the loop from returning 10511
« EvWatcher::invoke EvWatcher::setCallback » PHP Manual EvWatcher Configures whether to keep the ... when returning from Ev::run() / EvLoop::run() just because of the watcher is undesirable. It could be a long ... t but do not keep the event loop from running just because of that watcher. <?php $udp_socket = ... $udp_watc ...
https://man.plustar.jp/php/evwatcher.keepalive.html - [similar]
Memory management 9611
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... using PHP API calls, such as memory_get_usage() . Because memory is allocated and released using the PHP mem ... ize of the remaining memory made available by PHP. Because the MySQL Client Library is not using PHP memory m ... r. The contents of the buffer must not be modified because the user may decide to read the result set a secon ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
Returns a scalar value to be used as a hash value 9397
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... ld be that hash tables then turn into linked lists because all your objects will be hashed to the same bucket ... s a public property. Hash table lookups would fail because the hash has changed. 警告 All objects that are eq ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
The EvIo class 9168
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... me data. This behaviour is called level-triggering because events are kept receiving as long as the condition ... ::READ but a subsequent read() will actually block because there is no data. It is very easy to get into this ...
https://man.plustar.jp/php/class.evio.html - [similar]
The EvTimer class 8711
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... still time out after(roughly) one hour. "Roughly" because detecting time jumps is hard, and some inaccuracie ... however, the script cannot keep up with the timer because it takes longer than those 10 seconds to do) the t ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 8711
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ... the string' ; } else { echo '"Lazy" was not found because the case does not match' ; } ?> 上の例の出力は以下 ... lazy' was found in the string "Lazy" was not found because the case does not match 注意 注意 : この関数はバイ ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 8711
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... th "fence"' ; } else { echo '"fence" was not found because the case does not match' ; } ?> 上の例の出力は以下 ... The string ends with 'fence' "fence" was not found because the case does not match 注意 注意 : この関数はバイ ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
PREV 1 2 3 4 5 NEXT