検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 1114 for from (0.020 sec.)
Remove item from poll set 4597
« ZMQPoll::poll ZMQDevice » PHP Manual ZMQPoll Remove item from poll set ZMQPoll::remove (PECL z ... mq >= 0.5.0) ZMQPoll::remove — Remove item from poll set 説明 public ZMQPoll::remove ( mixed $item ... ): bool Remove item from the poll set. The item parameter can be ZMQSocket ... object, a stream resource or the id returned from ZMQPoll::add() method. パラメータ item The ZMQSock ... ist in the poll set. 関連キーワード: item , poll , from , Remove , ZMQPoll , remove , stream , ZMQSocket , ...
https://man.plustar.jp/php/zmqpoll.remove.html - [similar]
Copies one memory area to another 4573
« FFI::memcmp FFI::memset » PHP Manual FFI Copies one memory area to another FFI::memcpy (PHP 7 ... FI::memcpy ( FFI\CData &$to , FFI\CData | string &$from , int $size ): void Copies size bytes from the mem ... ory area from to the memory area to . パラメータ to The start of ... the memory area to copy to. from The start of the memory area to copy from. size Th ... 値を返しません。 関連キーワード: memory , Copies , from , memcpy , size , copy , CData , bytes , memcmp , ...
https://man.plustar.jp/php/ffi.memcpy.html - [similar]
Deletes a record from a database 4573
« dbase_create dbase_get_header_info » PHP Manual dBase 関数 Deletes a record from a database db ... 5, dbase 7) dbase_delete_record — Deletes a record from a database 説明 dbase_delete_record ( resource $da ... umber ): bool Marks the given record to be deleted from the database. 注意 : To actually remove the record ... from the database, you must also call dbase_pack() . パ ... or dbase_create() . number An integer which spans from 1 to the number of records in the database (as ret ...
https://man.plustar.jp/php/function.dbase-delete-record.html - [similar]
Copy data from named shared memory 4573
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... sync >= 1.1.0) SyncSharedMemory::read — Copy data from named shared memory 説明 public SyncSharedMemory:: ... d ( int $start = 0 , int $length = ? ) Copies data from named shared memory. パラメータ start The start/of ... sition will begin at the specified number of bytes from the end of the shared memory segment. length The n ... e, reading will stop the specified number of bytes from the end of the shared memory segment. 戻り値 A str ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
Returns a sub-deque of a given range 4550
« Ds\Deque::shift Ds\Deque::sort » PHP Manual Deque Returns a sub-deque of a given range Ds\Dequ ... deque. If negative, the deque will start that far from the end. length If a length is given and is positi ... is negative, the deque will stop that many values from the end. If a length is not provided, the resultin ... Deque ([ "a" , "b" , "c" , "d" , "e" ]); // Slice from 2 onwards print_r ( $deque -> slice ( 2 )); // Sli ... ce from 1, for a length of 3 print_r ( $deque -> slice ( 1 ...
https://man.plustar.jp/php/ds-deque.slice.html - [similar]
Returns a sub-sequence of a given range 4550
« Ds\Sequence::shift Ds\Sequence::sort » PHP Manual Sequence Returns a sub-sequence of a given r ... nce. If negative, the sequence will start that far from the end. length If a length is given and is positi ... negative, the sequence will stop that many values from the end. If a length is not provided, the resultin ... Vector ([ "a" , "b" , "c" , "d" , "e" ]); // Slice from 2 onwards print_r ( $sequence -> slice ( 2 )); // ... Slice from 1, for a length of 3 print_r ( $sequence -> slice ...
https://man.plustar.jp/php/ds-sequence.slice.html - [similar]
Returns a sub-set of a given range 4550
« Ds\Set::reversed Ds\Set::sort » PHP Manual Set Returns a sub-set of a given range Ds\Set::slic ... the set. If negative, the set will start that far from the end. length If a length is given and is positi ... nd is negative, the set will stop that many values from the end. If a length is not provided, the resultin ... \ Set ([ "a" , "b" , "c" , "d" , "e" ]); // Slice from 2 onwards print_r ( $set -> slice ( 2 )); // Slice ... from 1, for a length of 3 print_r ( $set -> slice ( 1 , ...
https://man.plustar.jp/php/ds-set.slice.html - [similar]
Returns a sub-vector of a given range 4550
« Ds\Vector::shift Ds\Vector::sort » PHP Manual Vector Returns a sub-vector of a given range Ds\ ... ector. If negative, the vector will start that far from the end. length If a length is given and is positi ... is negative, the vector will stop that many values from the end. If a length is not provided, the resultin ... Vector ([ "a" , "b" , "c" , "d" , "e" ]); // Slice from 2 onwards print_r ( $vector -> slice ( 2 )); // Sl ... ice from 1, for a length of 3 print_r ( $vector -> slice ( ...
https://man.plustar.jp/php/ds-vector.slice.html - [similar]
Removes an HTTP header from the headers of the request 4550
« EventHttpRequest::getUri EventHttpRequest::sendError » PHP Manual EventHttpRequest Removes an ... HTTP header from the headers of the request EventHttpRequest::remov ... HttpRequest::removeHeader — Removes an HTTP header from the headers of the request 説明 public EventHttpRe ... $key , string $type ): void Removes an HTTP header from the headers of the request. パラメータ key The hea ... :*_HEADER constants. 戻り値 Removes an HTTP header from the headers of the request. 参考 EventHttpRequest: ...
https://man.plustar.jp/php/eventhttprequest.removeheader.html - [similar]
Returns a subset of the map defined by a starting index and length 4520
« Ds\Map::skip Ds\Map::sort » PHP Manual Map Returns a subset of the map defined by a starting i ... he map. If negative, the range will start that far from the end. length If a length is given and is positi ... d is negative, the range will stop that many pairs from the end. If the length results in an overflow, onl ... => 2 , "c" => 3 , "d" => 4 , "e" => 5 ]); // Slice from 2 onwards print_r ( $map -> slice ( 2 )-> toArray ... ()); // Slice from 1, for a length of 3 print_r ( $map -> slice ( 1 , ...
https://man.plustar.jp/php/ds-map.slice.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT