検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 306 for first (0.010 sec.)
文字列を処理し、変数に代入する 4892
« ord print » PHP Manual String 関数 文字列を処理し、変数に代入する parse_str (PHP 4, PHP 5, PHP ... りました。 例 例1 parse_str() の使用法 <?php $str = "first=value&arr[]=foo+bar&arr[]=baz" ; // 推奨 parse_str ... ( $str , $output ); echo $output [ 'first' ]; // value echo $output [ 'arr' ][ 0 ]; // foo b ... // baz // お勧めできない parse_str ( $str ); echo $first ; // value echo $arr [ 0 ]; // foo bar echo $arr [ ...
https://man.plustar.jp/php/function.parse-str.html - [similar]
文字列をパースしてタイムスタンプにする 4892
« IntlDateFormatter::localtime IntlDateFormatter::setCalendar » PHP Manual IntlDateFormatter 文字 ... Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'First parsed output is ' . $fmt -> parse ( 'Wednesday, D ... Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'First parsed output is ' . datefmt_parse ( $fmt , 'Wedne ... hr GMT-08:00' ); ?> 上の例の出力は以下となります。 First parsed output is 630201600 Second parsed output is ...
https://man.plustar.jp/php/intldateformatter.parse.html - [similar]
スキップされた実時間を扱う際の振る舞いを取得する 4845
« IntlCalendar::getRepeatedWallTimeOption IntlCalendar::getTime » PHP Manual IntlCalendar スキッ ... クラスのインスタンス。 戻り値 IntlCalendar::WALLTIME_FIRST , IntlCalendar::WALLTIME_LAST , IntlCalendar::WALL ... etSkippedWallTimeOption ( IntlCalendar :: WALLTIME_FIRST ); var_dump ( $cal -> getSkippedWalltimeOption ()) ... ; // 1 WALLTIME_FIRST $cal -> set ( IntlCalendar :: FIELD_HOUR_OF_DAY , ...
https://man.plustar.jp/php/intlcalendar.getskippedwalltimeoption.html - [similar]
文字列をパースして、フィールドベースの時刻値にする 4845
« IntlDateFormatter::isLenient IntlDateFormatter::parse » PHP Manual IntlDateFormatter 文字列をパ ... day, December 31, 1969 4:00:00 PM PT' , 0 ); echo 'First parsed output is ' ; if ( $arr ) { foreach ( $arr ... day, December 31, 1969 4:00:00 PM PT' , 0 ); echo 'First parsed output is ' ; if ( $arr ) { foreach ( $arr ... $value , " ; } } ?> 上の例の出力は以下となります。 First parsed output is tm_sec : 0 , tm_min : 0 , tm_hour ...
https://man.plustar.jp/php/intldateformatter.localtime.html - [similar]
Sets group.facet parameter 4845
« SolrQuery::setGroupCachePercent SolrQuery::setGroupFormat » PHP Manual SolrQuery Sets group.fa ... rameters. Grouped facets are computed based on the first specified group. パラメータ value 戻り値 参考 Solr ... Query::setGroupMain() - If true, the result of the first field grouping command is used as the main result ...
https://man.plustar.jp/php/solrquery.setgroupfacet.html - [similar]
値を追加する 4798
« ArrayObject ArrayObject::asort » PHP Manual ArrayObject 値を追加する ArrayObject::append (PHP ... () の例 <?php $arrayobj = new ArrayObject (array( 'first' , 'second' , 'third' )); $arrayobj -> append ( 'f ... ます。 object(ArrayObject)#1 (5) { [0]=> string(5) "first" [1]=> string(6) "second" [2]=> string(5) "third" ...
https://man.plustar.jp/php/arrayobject.append.html - [similar]
RRDtool 4798
« syslog はじめに » PHP Manual その他のサービス RRDtool RRDtool はじめに インストール/設定 要件 ... rrd_fetch — Fetch the data for graph as array rrd_first — Gets the timestamp of the first sample from rrd ...
https://man.plustar.jp/php/book.rrd.html - [similar]
The PriorityQueue class 4798
« Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue cl ... f the queue. Implemented using a max heap. 注意 : "First in, first out" ordering is preserved for values wi ...
https://man.plustar.jp/php/class.ds-priorityqueue.html - [similar]
The Queue class 4798
« Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue cl ... able, might only be in Git) はじめに A Queue is a “first in, first out” or “FIFO” collection that only allo ...
https://man.plustar.jp/php/class.ds-queue.html - [similar]
バイナリ文字列にエクスポートする 4798
« gmp_divexact gmp_fact » PHP Manual GMP 関数 バイナリ文字列にエクスポートする gmp_export (PHP 5 ... g $num , int $word_size = 1 , int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN ): string GMP数をバイナリ文字列 ... 合わせて主に使います。 flags デフォルト値は GMP_MSW_FIRST | GMP_NATIVE_ENDIAN です。 戻り値 文字列を返します ...
https://man.plustar.jp/php/function.gmp-export.html - [similar]