検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 2443 for Array (0.100 sec.)
__set_state ハンドラ 2446
« DateTimeImmutable::modify DateTimeImmutable::setDate » PHP Manual DateTimeImmutable __set_stat ... 説明 public static DateTimeImmutable::__set_state ( array $array ): DateTimeImmutable __set_state() ハンドラ ... を処理します。 パラメータ array 初期化配列。 戻り値 新しい DateTimeImmutable オブジ ... す。 関連キーワード: ハンドラ , DateTimeImmutable , array , modify , setDate , public , static , 処理 , パラ ...
https://man.plustar.jp/php/datetimeimmutable.set-state.html - [similar]
最初の引数で指定したコールバック関数をコールする 2446
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバッ ... " ; // このようにしてもかまいません call_user_func_array ( 'increment' , array(& $a )); echo $a . "\n" ; // ... ( __NAMESPACE__ . '\Foo::test' ); call_user_func (array( __NAMESPACE__ . '\Foo' , 'test' )); ?> 上の例の出 ... \n" ; } } $classname = "myclass" ; call_user_func (array( $classname , 'say_hello' )); call_user_func ( $cl ... lo' ); $myobject = new myclass (); call_user_func (array( $myobject , 'say_hello' )); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
URL エンコードされたクエリ文字列を生成する 2446
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... されたクエリ文字列を生成する 説明 http_build_query ( array | object $data , string $numeric_prefix = "" , ? s ... 例1 http_build_query() の簡単な使用法 <?php $data = array( 'foo' => 'bar' , 'baz' => 'boom' , 'cow' => 'milk ... クス要素の場合での http_build_query() <?php $data = array( 'foo' , 'bar' , 'baz' , null , 'boom' , 'cow' => ... 雑な配列の場合での http_build_query() <?php $data = array( 'user' => array( 'name' => 'Bob Smith' , 'age' => ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
アドレス文字列を解釈します 2446
« imap_reopen imap_rfc822_parse_headers » PHP Manual IMAP 関数 アドレス文字列を解釈します imap_r ... ist ( string $string , string $default_hostname ): array » RFC2822 の定義に基づき、アドレス文字列をパースし ... ple.com>, postmaster@example.com, root" ; $address_array = imap_rfc822_parse_adrlist ( $address_string , "e ... xample.com" ); if (! is_array ( $address_array ) || count ( $address_array ) < 1 ... ie( "something is wrong\n" ); } foreach ( $address_array as $id => $val ) { echo "# $id \n" ; echo " mailbo ...
https://man.plustar.jp/php/function.imap-rfc822-parse-adrlist.html - [similar]
ユーザー関数をイテレータのすべての要素でコールする 2446
« class_uses iterator_count » PHP Manual SPL 関数 ユーザー関数をイテレータのすべての要素でコール ... y ( Traversable $iterator , callable $callback , ? array $args = null ): int イテレータ内のすべての要素に対 ... りません。 args コールバック関数に渡す引数。 引数の array 。 args の個々の要素が コールバック callback に別々 ... -> current ()) . "\n" ; return TRUE ; } $it = new ArrayIterator (array( "Apples" , "Bananas" , "Cherries" ... )); iterator_apply ( $it , "print_caps" , array( $it )); ?> 上の例の出力は以下となります。 APPLES ...
https://man.plustar.jp/php/function.iterator-apply.html - [similar]
大文字小文字を区別しない"自然順"アルゴリズムを用いて配列をソートする 2446
« list natsort » PHP Manual 配列 関数 大文字小文字を区別しない"自然順"アルゴリズムを用いて配列を ... ゴリズムを用いて配列をソートする 説明 natcasesort ( array &$array ): bool natcasesort() は、大文字小文字を区 ... ポインタは最初の要素にリセットされます。 パラメータ array 入力の配列。 戻り値 常に true を返します。 例 例1 ... natcasesort() の例 <?php $array1 = $array2 = array( 'IMG0.png' , 'img12.png' , 'im ... , 'img2.png' , 'img1.png' , 'IMG3.png' ); sort ( $array1 ); echo "Standard sorting\n" ; print_r ( $array1 ...
https://man.plustar.jp/php/function.natcasesort.html - [similar]
指定した変数に関する情報を解りやすく出力する 2446
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_ ... int , float を指定した場合はその値が出力されます。 array を指定した場合、キーと要素を表す形式で値が 表示され ... true です。 例 例1 print_r() の例 <pre> <?php $a = array ( 'a' => 'apple' , 'b' => 'banana' , 'c' => array ... ); ?> </pre> 上の例の出力は以下となります。 <pre> Array ( [a] => apple [b] => banana [c] => Array ( [0] => ... [2] => z ) ) </pre> 例2 return 引数の例 <?php $b = array ( 'm' => 'monkey' , 'foo' => 'bar' , 'x' => array ...
https://man.plustar.jp/php/function.print-r.html - [similar]
Absolute Price Oscillator 2446
« trader_adxr trader_aroon » PHP Manual Trader 関数 Absolute Price Oscillator trader_apo (PECL t ... _apo — Absolute Price Oscillator 説明 trader_apo ( array $real , int $fastPeriod = ? , int $slowPeriod = ? ... , int $mAType = ? ): array パラメータ real 実数値の配列。 fastPeriod Number o ... ies of constants should be used. 戻り値 Returns an array with calculated data or false on failure. 関連キー ... ワード: Oscillator , Price , trader , array , int , mAType , from , range , Valid , period ...
https://man.plustar.jp/php/function.trader-apo.html - [similar]
ジェネレータの構文 2446
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... $line ) { $fields = explode ( ';' , $line ); $id = array_shift ( $fields ); yield $id => $fields ; } } fore ... , 3 ) as $i ) { yield; } } var_dump ( iterator_to_array ( gen_three_nulls ())); ?> 上の例の出力は以下となり ... ます。 array(3) { [0]=> NULL [1]=> NULL [2]=> NULL } 参照による ... ネレータが返す任意の値を返します。 警告 iterator_to_array() を用いた、配列への格納 yield from は配列のキーを ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
フラグを取得する 2446
« RegexIterator::__construct RegexIterator::getMode » PHP Manual RegexIterator フラグを取得する ... 例 例1 RegexIterator::getFlags() の例 <?php $test = array ( 'str1' => 'test 1' , 'teststr2' => 'another test ... ' , 'str3' => 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); $regexItera ... tor = new RegexIterator ( $arrayIterator , '/^test/' ); $regexIterator -> setFlags ... erator :: USE_KEY ) { echo 'Filtering based on the array keys.' ; } else { echo 'Filtering based on the arr ...
https://man.plustar.jp/php/regexiterator.getflags.html - [similar]