検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 1006 for As (0.052 sec.)
The EventBuffer class 3807
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... buffer" part of buffered network I/O. クラス概要 class EventBuffer { /* Constants */ const int EOL_ANY = ... r a "\n" .) This format is useful in parsing text-based Internet protocols, since the standards generall ... EventBuffer::EOL_CRLF_STRICT The end of a line is a single carriage return, followed by a single linefe ... ed. (This is also known as "\r\n" . The ASCII values are 0x0D 0x0A ). EventBu ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
ある範囲の整数を有する配列を作成する 3807
« prev reset » PHP Manual 配列 関数 ある範囲の整数を有する配列を作成する range (PHP 4, PHP 5, PH ... 6, 7, 8, 9, 10, 11, 12) foreach ( range ( 0 , 12 ) as $number ) { echo $number ; } echo "\n" ; // step 引 ... 70, 80, 90, 100) foreach ( range ( 0 , 100 , 10 ) as $number ) { echo $number ; } echo "\n" ; // 文字シ ... 'f', 'g', 'h', 'i'); foreach ( range ( 'a' , 'i' ) as $letter ) { echo $letter ; } echo "\n" ; // array( ... 'c', 'b', 'a'); foreach ( range ( 'c' , 'a' ) as $letter ) { echo $letter ; } ?> 注意 注意 : 文字列 ...
https://man.plustar.jp/php/function.range.html - [similar]
要件 3807
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 As of version 1.8. ... ies by default. System libraries may also be used, as discussed in the manual installation documentation ... in the manual installation documentation. » Cyrus SASL is an optional dependency to support Kerberos aut ... e aware that any 64-bit integer read from the database will be returned as a MongoDB\BSON\Int64 instance ...
https://man.plustar.jp/php/mongodb.requirements.html - [similar]
Converts the map to an array 3770
« Ds\Map::sum Ds\Map::union » PHP Manual Map Converts the map to an array Ds\Map::toArray (PECL ... array . 警告 An array will treat all numeric keys as integers, eg. "1" and 1 as keys in the map will on ... y result in 1 being included in the array. 注意 : Casting to an array is not supported yet. パラメータ こ ... array containing all the values in the same order as the map. 例 例1 Ds\Map::toArray() example <?php $m ...
https://man.plustar.jp/php/ds-map.toarray.html - [similar]
Read data from an evbuffer and drain the bytes read 3770
« EventBuffer::pullup EventBuffer::readFrom » PHP Manual EventBuffer Read data from an evbuffer ... than are available in the buffer, it only extracts as many bytes as available. パラメータ max_bytes Maxm ... rizes data within buffer and returns it's contents as a string EventBuffer::readLine() - Extracts a line ... dFrom() - Moves the specified number of bytes from a source buffer to the end of the current buffer 関連 ...
https://man.plustar.jp/php/eventbuffer.read.html - [similar]
Sets socket options 3770
« EventUtil::getSocketName EventUtil::sslRandPoll » PHP Manual EventUtil Sets socket options Eve ... ocket resource, stream, or numeric file descriptor associated with the socket. level One of EventUtil::S ... Util::SOL_SOCKET would be used. Other levels, such as TCP, can be used by specifying the protocol number ... EventUtil constants . optname Option name(type). Has the same meaning as corresponding parameter of soc ... entUtil constants . optval Accepts the same values as optval parameter of the socket_get_option() functi ...
https://man.plustar.jp/php/eventutil.setsocketoption.html - [similar]
Get a lob object's size 3770
« cubrid_lob2_seek cubrid_lob2_size » PHP Manual CUBRID 関数 Get a lob object's size cubrid_lob2 ... can use this function and it will return the size as a string. パラメータ lob_identifier Lob identifier ... as a result of cubrid_lob2_new() or get from the resu ... . 戻り値 It will return the size of the LOB object as a string when it processes successfully,失敗した場 ...
https://man.plustar.jp/php/function.cubrid-lob2-size64.html - [similar]
Tell the cursor position of the LOB object 3770
« cubrid_lob2_size cubrid_lob2_tell » PHP Manual CUBRID 関数 Tell the cursor position of the LOB ... nction and it will return the position information as a string. パラメータ lob_identifier Lob identifier ... as a result of cubrid_lob2_new() or get from the resu ... will return the cursor position on the LOB object as a string when it processes successfully,失敗した場 ...
https://man.plustar.jp/php/function.cubrid-lob2-tell64.html - [similar]
ビット演算子 3770
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... が文字列の場合、その演算は、 文字列を構成する文字の ASCII 値を使って行います。その結果は文字列になります。 ... が文字列の場合、その演算は、 文字列を構成する文字の ASCII 値を使って行います。その結果は文字列になります。 ... + 4 ; echo "\n Bitwise AND \n" ; foreach ( $values as $value ) { $result = $value & $test ; printf ( $fo ... o "\n Bitwise Inclusive OR \n" ; foreach ( $values as $value ) { $result = $value | $test ; printf ( $fo ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
Fetch profiler data 3770
« LuaSandbox::getPeakMemoryUsage LuaSandbox::getVersionInfo » PHP Manual LuaSandbox Fetch profil ... er data LuaSandbox::getProfilerFunctionReport (PECL luasandbox ... >= 1.1.0) LuaSandbox::getProfilerFunctionReport — Fetch profiler ... data 説明 public LuaSandbox::getProfilerFunctionReport ( int $units = Lu ... y For a profiling instance previously started by LuaSandbox::enableProfiler() , get a report of the cost ...
https://man.plustar.jp/php/luasandbox.getprofilerfunctionreport.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT