検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 2443 for Array (0.048 sec.)
The Common Record Log Function 3197
« SeasLog::info SeasLog::notice » PHP Manual SeasLog The Common Record Log Function SeasLog::log ... asLog::log ( string $level , string $message = ? , array $content = ? , string $logger = ? ): bool The Comm ... hich implementors replace with values from content array. Sush as `message` is `log info from {NAME}` and ` ... content` is `array('NAME' => neeke)`, the log information will `log i ... easLog :: log ( 'MySelfLevel' , 'info log {NAME}' ,array( 'NAME' => 'neeke' ))); var_dump ( SeasLog :: getB ...
https://man.plustar.jp/php/seaslog.log.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 3184
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連 ... 連想配列で返す 説明 date_parse ( string $datetime ): array date_parse() は、 strtotime() や DateTimeImmutable ... 10:00:00.5" )); ?> 上の例の出力は以下となります。 array(12) { 'year' => int(2006) 'month' => int(12) 'day' ... ouble(0.5) 'warning_count' => int(0) 'warnings' => array(0) { } 'error_count' => int(0) 'errors' => array(0 ... 0:28:17 BST" )); ?> 上の例の出力は以下となります。 array(16) { 'year' => int(2022) 'month' => int(6) 'day' ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
static メソッドをコールし、引数を配列で渡す 3171
« create_function forward_static_call » PHP Manual 関数処理 関数 static メソッドをコールし、引数 ... を配列で渡す forward_static_call_array (PHP 5 >= 5.3.0, PHP 7, PHP 8) forward_static_call ... _array — static メソッドをコールし、引数を配列で渡す 説明 ... forward_static_call_array ( callable $callback , array $args ): mixed callba ... メソッドへのすべての引数は値渡しで、 call_user_func_array() と同様に配列で指定します。 パラメータ callback コ ...
https://man.plustar.jp/php/function.forward-static-call-array.html - [similar]
Compose a class 3171
« uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u ... 削除 されました。 説明 uopz_compose ( string $name , array $classes , array $methods = ? , array $properties ... sses パラメータ name A legal class name classes An array of class, interface and trait names methods An ass ... ociative array of methods, values are either closures or [modifie ... rs => closure] properties An associative array of properties, keys are names, values are modifier ...
https://man.plustar.jp/php/function.uopz-compose.html - [similar]
foreach 3158
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ... ファレンス が代入されることになります。 <?php $arr = array( 1 , 2 , 3 , 4 ); foreach ( $arr as & $value ) { $ ... value = $value * 2 ; } // $arr は array(2, 4, 6, 8) となります unset( $value ); // 最後の要 ... 次のような目に遭うことになるでしょう。 <?php $arr = array( 1 , 2 , 3 , 4 ); foreach ( $arr as & $value ) { $ ... value = $value * 2 ; } // この時点で、$arr は array(2, 4, 6, 8) となります // unset($value) しなければ ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
配列の内部ポインタを先頭の要素にセットする 3145
« range rsort » PHP Manual 配列 関数 配列の内部ポインタを先頭の要素にセットする reset (PHP 4, PH ... の内部ポインタを先頭の要素にセットする 説明 reset ( array | object &$array ): mixed reset() は、 array の内部 ... に戻し、配列の最初の要素の値を返します。 パラメータ array 入力の配列。 戻り値 配列の最初の要素の値を返します ... に対して最初に get_mangled_object_vars() を使うか、 ArrayIterator を使って下さい。 例 例1 reset() の例 <?php ... $array = array( 'step one' , 'step two' , 'step three' , ...
https://man.plustar.jp/php/function.reset.html - [similar]
Returns an array of fields 3145
« SolrQuery::getExpandRows SolrQuery::getFacet » PHP Manual SolrQuery Returns an array of fields ... 2.2.0) SolrQuery::getExpandSortFields — Returns an array of fields 説明 public SolrQuery::getExpandSortFiel ... ds (): array Returns an array of fields パラメータ この関数には ... パラメータはありません。 戻り値 Returns an array of fields. 関連キーワード: array , Returns , field ...
https://man.plustar.jp/php/solrquery.getexpandsortfields.html - [similar]
Converts the queue to an array 3132
« Ds\PriorityQueue::push var_representation » PHP Manual PriorityQueue Converts the queue to an ... array Ds\PriorityQueue::toArray (PECL ds >= 1.0.0) Ds\PriorityQueue::toArray — Con ... verts the queue to an array 説明 public Ds\PriorityQueue::toArray (): array Co ... nverts the queue to an array . 注意 : This method is not destructive. 注意 : Ca ... sting to an array is not supported yet. パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/ds-priorityqueue.toarray.html - [similar]
Return the associative array that corresponds to the fetched row 3132
« cubrid_fetch_array cubrid_fetch_field » PHP Manual CUBRID MySQL 互換関数 Return the associativ ... e array that corresponds to the fetched row cubrid_fetch_a ... 8.3.0) cubrid_fetch_assoc — Return the associative array that corresponds to the fetched row 説明 cubrid_fe ... tch_assoc ( resource $result , int $type = ? ): array This function returns the associative array, that ... need to operate the lob object. 戻り値 Associative array, when process is successful. false , when there ar ...
https://man.plustar.jp/php/function.cubrid-fetch-assoc.html - [similar]
配列要素を文字列により連結する 3132
« htmlspecialchars join » PHP Manual String 関数 配列要素を文字列により連結する implode (PHP 4, ... 列により連結する 説明 implode ( string $separator , array $array ): string 代替のシグネチャ(名前付き引数をサ ... ポートしていません): implode ( array $array ): string 古いシグネチャ(PHP 7.4.0 で非推奨 ... となり、PHP 8.0.0 以降は削除されています): implode ( array $array , string $separator ): string 配列の要素を ... arator オプションです。 デフォルトは空文字列です。 array 連結したい文字列の配列。 戻り値 すべての配列要素の ...
https://man.plustar.jp/php/function.implode.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT