検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 2443 for Array (0.051 sec.)
正規表現による検索と置換を行う 2865
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 > ... 現による検索と置換を行う 説明 preg_filter ( string | array $pattern , string | array $replacement , string | ... , int $limit = -1 , int &$count = null ): string | array | null preg_filter() は preg_replace() と似ています ... なかったりエラーが発生したりした場合は、 subject が array なら空の配列を返し、そうでなければ null を返します ... filter() と preg_replace() の比較 <?php $subject = array( '1' , 'a' , '2' , 'b' , '3' , 'A' , 'B' , '4' ); ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
プール内のサーバーの一覧を取得する 2865
« Memcached::getServerByKey Memcached::getStats » PHP Manual Memcached プール内のサーバーの一覧を ... を取得する 説明 public Memcached::getServerList (): array Memcached::getServerList() は、 サーバープール内の ... の例 <?php $m = new Memcached (); $m -> addServers (array( array( 'mem1.domain.com' , 11211 , 20 ), array( ' ... tServerList ()); ?> 上の例の出力は以下となります。 array(2) { [0]=> array(3) { ["host"]=> string(15) "mem1. ... ["port"]=> int(11211) ["weight"]=> int(20) } [1]=> array(3) { ["host"]=> string(15) "mem2.domain.com" ["por ...
https://man.plustar.jp/php/memcached.getserverlist.html - [similar]
配列を別の配列と交換する 2857
« ArrayObject::count ArrayObject::getArrayCopy » PHP Manual ArrayObject 配列を別の配列と交換する ... ArrayObject::exchangeArray (PHP 5 >= 5.1.0, PHP 7, PHP 8 ... ) ArrayObject::exchangeArray — 配列を別の配列と交換する 説 ... 明 public ArrayObject::exchangeArray ( array | object $array ): ar ... の配列あるいはオブジェクトと交換します。 パラメータ array 現在の配列と交換する配列あるいはオブジェクト。 戻り ...
https://man.plustar.jp/php/arrayobject.exchangearray.html - [similar]
Get information from installed RPM 2857
« rpmaddtag rpmdbsearch » PHP Manual RpmInfo 関数 Get information from installed RPM rpmdbinfo ( ... 明 rpmdbinfo ( string $nevr , bool $full = false ): array Retrieve information about an installed package, f ... are retrieved, else only a minimal set. 戻り値 An array of array of information or NULL on error. 例 例1 A ... int_r ( $info ); ?> 上の例の出力は以下となります。 Array ( [0] => Array ( [Name] => php-pecl-rpminfo [Versi ... ation , RPM , from , installed , Get , rpmdbinfo , array , nevr , Array , retrieved ...
https://man.plustar.jp/php/function.rpmdbinfo.html - [similar]
Returns an array of child documents (SolrDocument) 2857
« SolrDocument::__get SolrDocument::getChildDocumentsCount » PHP Manual SolrDocument Returns an ... .3.0) SolrDocument::getChildDocuments — Returns an array of child documents (SolrDocument) 説明 public Solr ... Document::getChildDocuments (): array Returns an array of child documents (SolrDocument) ... ワード: SolrDocument , child , documents , Returns , array , of , getChildDocuments , getChildDocumentsCount ...
https://man.plustar.jp/php/solrdocument.getchilddocuments.html - [similar]
Creates a standard backpropagation neural network which is not fully connectecte... 2843
« fann_create_from_file fann_create_shortcut » PHP Manual Fann 関数 Creates a standard backpropa ... and has shortcut connections fann_create_shortcut_array (PECL fann >= 1.0.0) fann_create_shortcut_array... has shortcut connections 説明 fann_create_shortcut_array ( int $num_layers , array $layers ): resource Crea ... connectected and has shortcut connections using an array of layers sizes. パラメータ num_layers The total n ... ncluding the input and the output layer. layers An array of layers sizes. 戻り値 Returns a neural network r ...
https://man.plustar.jp/php/function.fann-create-shortcut-array.html - [similar]
繰り返し正規表現検索を行う 2843
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (P ... eg_match_all ( string $pattern , string $subject , array &$matches = null , int $flags = 0 , int $offset = ... es [ 'match' ]); ?> 上の例の出力は以下となります。 Array ( [0] => [1] => bar ) PREG_SET_ORDER $matches[0] は ... _r ( $matches ); ?> 上の例の出力は以下となります。 Array ( [0] => Array ( [0] => Array ( [0] => foobarbaz [ ... 1] => 0 ) ) [1] => Array ( [0] => Array ( [0] => foo [1] => 0 ) ) [2] => Ar ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
Exports the information about RRD database 2843
« rrd_version rrdc_disconnect » PHP Manual RRD 関数 Exports the information about RRD database r ... he information about RRD database 説明 rrd_xport ( array $options ): array Exports the information about RR ... ored back as RRD database file. パラメータ options Array of options for the export, see rrd xport man page. ... 戻り値 Array with information about RRD database file,失敗した場 ... abase , information , Exports , rrd , the , file , Array , array , then ...
https://man.plustar.jp/php/function.rrd-xport.html - [similar]
Return numerically indexed array of registered superglobals 2843
« runkit7_object_id runkit7_zval_inspect » PHP Manual runkit7 関数 Return numerically indexed array ... runkit7_superglobals — Return numerically indexed array of registered superglobals 説明 runkit7_supergloba ... ls (): array パラメータ この関数にはパラメータはありません。 戻 ... り値 Returns a numerically indexed array of the currently registered superglobals. i.e. _GE ... able Scope 関連キーワード: runkit , superglobals , array , indexed , registered , numerically , パラメータ ...
https://man.plustar.jp/php/function.runkit7-superglobals.html - [similar]
Average Directional Movement Index 2843
« trader_adosc trader_adxr » PHP Manual Trader 関数 Average Directional Movement Index trader_ad ... erage Directional Movement Index 説明 trader_adx ( array $high , array $low , array $close , int $timePerio ... d = ? ): array パラメータ high 高値。実数値の配列。 low 安値。実数 ... d. Valid range from 2 to 100000. 戻り値 Returns an array with calculated data or false on failure. 関連キー ... ワード: Average , Directional , Index , trader , array , 実数 , 配列 , high , low , timePeriod ...
https://man.plustar.jp/php/function.trader-adx.html - [similar]