検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 756 for R (0.004 sec.)
Returns a sub-sequence of a given range 5164
« Ds\Sequence::shift Ds\Sequence::sort » PHP Manual Sequence Returns a sub-sequence of a given r ... nce::slice (PECL ds >= 1.0.0) Ds\Sequence::slice — Returns a sub-sequence of a given range 説明 abstrac ... ice ( int $index , int $length = ? ): Ds\Sequence Creates a sub-sequence of a given range. パラメータ i ... ndex The index at which the sub-sequence starts. If positive, the sequence will start at that in ... in the sequence. If negative, the sequence will start that far from the end. length If a length is give ...
https://man.plustar.jp/php/ds-sequence.slice.html - [similar]
Returns a sub-set of a given range 5164
« Ds\Set::reversed Ds\Set::sort » PHP Manual Set Returns a sub-set of a given range Ds\Set::slic ... e (PECL ds >= 1.0.0) Ds\Set::slice — Returns a sub-set of a given range 説明 public Ds\Se ... t::slice ( int $index , int $length = ? ): Ds\Set Creates a sub-set of a given range. パラメータ index ... The index at which the sub-set starts. If positive, the set will start at that index i ... n the set. If negative, the set will start that far from the end. length If a length is give ...
https://man.plustar.jp/php/ds-set.slice.html - [similar]
Returns a sub-vector of a given range 5164
« Ds\Vector::shift Ds\Vector::sort » PHP Manual Vector Returns a sub-vector of a given range Ds\ ... Vector::slice (PECL ds >= 1.0.0) Ds\Vector::slice — Retur ... ns a sub-vector of a given range 説明 public Ds\Vector::slice ( in ... t $index , int $length = ? ): Ds\Vector Creates a sub-vector of a given range. パラメータ ... index The index at which the sub-vector starts. If positive, the vector will start at that ...
https://man.plustar.jp/php/ds-vector.slice.html - [similar]
Returns a subset of the map defined by a starting index and length 5109
« Ds\Map::skip Ds\Map::sort » PHP Manual Map Returns a subset of the map defined by a starting i ... h Ds\Map::slice (PECL ds >= 1.0.0) Ds\Map::slice — Returns a subset of the map defined by a starting in ... ap::slice ( int $index , int $length = ? ): Ds\Map Returns a subset of the map defined by a starting in ... d length . パラメータ index The index at which the range starts. If positive, the range will start at t ... hat index in the map. If negative, the range will start that far from the end. length If a ...
https://man.plustar.jp/php/ds-map.slice.html - [similar]
バンドル内の要素数を取得する 5109
« ResourceBundle ResourceBundle::create » PHP Manual ResourceBundle バンドル内の要素数を取得する ... ResourceBundle::count resourcebundle_count (PHP 5 >= ... 5.3.2, PHP 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::count -- resourcebundle_count — バン ... 内の要素数を取得する 説明 オブジェクト指向型 public ResourceBundle::count (): int 手続き型 resourcebundl ... e_count ( ResourceBundle $bundle ): int バンドル内の要素数を取 ...
https://man.plustar.jp/php/resourcebundle.count.html - [similar]
5007
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... function readcb ( $bev , $base ) { //$input = $bev->input; // ... $bev->getInput(); //$pos = $input->search("TTP"); $pos = $bev -> input -> search ( "TTP" ) ... ; while (( $n = $bev -> input -> remove ( $buf , 1024 )) > 0 ) { echo $buf ; } } // E ... bev , $events , $base ) { if ( $events & EventBufferEvent :: CONNECTED ) { echo "Connected.\n" ; } else ...
https://man.plustar.jp/php/event.examples.html - [similar]
5007
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... さまざまな場所からデータを取得する <?php /* /home/bar にあるローカルファイルを読み出す */ $localfile = f ... ile_get_contents ( "/home/bar/foo.txt" ); /* 上と同一だが、明示的に FILE スキーム ... / $localfile = file_get_contents ( "file:///home/bar/foo.txt" ); /* HTTP を利用し、www.example.com にあ ... 読み出す */ $ftpfile = file_get_contents ( "ftp://user:pass@ftp.example.com/foo.txt" ); /* FTPS を利用し、 ...
https://man.plustar.jp/php/stream.examples.html - [similar]
"自然順"アルゴリズムで配列をソートする 4952
« natcasesort next » PHP Manual 配列 関数 "自然順"アルゴリズムで配列をソートする natsort (PHP 4, ... PHP 5, PHP 7, PHP 8) natsort — "自然順"アルゴリズムで配列をソートする 説明 nat ... sort ( array &$array ): bool この関数は、人間が行うよう ... 関係を保持したままソートします。 これは、"自然順(natural ordering)"と呼ばれているものです。 このアルゴリズ ... ムと ( sort() を用いた) 通常のコンピュータ文字列ソートアルゴリ ...
https://man.plustar.jp/php/function.natsort.html - [similar]
Returns underlying output buffer associated with current buffer event 4897
« EventBufferEvent::getInput EventBufferEvent::read » PHP Manual EventBufferEvent Returns underl ... ying output buffer associated with current buffer event EventBufferEv ... nt::getOutput (PECL event >= 1.2.6-beta) EventBufferEvent::getOutput — Returns underlying output buffer ... associated with current buffer event 説明 public EventBufferEvent::get ... Output (): EventBuffer Returns underlying output buffer associated with c ...
https://man.plustar.jp/php/eventbufferevent.getoutput.html - [similar]
4897
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... 例 例1 ブートストラップ・ファイルの内容 <?php /* Solr サーバーのドメイン名 */ define ( 'SOLR_SERVER_HOST ... NAME' , 'solr.example.com' ); /* セキュアなモードで動作するかどう ... か */ define ( 'SOLR_SECURE' , true ); /* 接続する HTTP ポート */ defin ... e ( 'SOLR_SERVER_PORT' , (( SOLR_SECURE ) ? 8443 : 8983 )); ...
https://man.plustar.jp/php/solr.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT