検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1070 for Dump (0.398 sec.)
Removes and returns the last value 3570
« Ds\Deque::merge Ds\Deque::push » PHP Manual Deque Removes and returns the last value Ds\Deque: ... php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); var_dump ( $deque -> pop ()); var_dump ( $deque -> pop ()); ... var_dump ( $deque -> pop ()); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/ds-deque.pop.html - [similar]
Returns the current capacity 3570
« Ds\Sequence::apply Ds\Sequence::contains » PHP Manual Sequence Returns the current capacity Ds ... xample <?php $sequence = new \ Ds \ Vector (); var_dump ( $sequence -> capacity ()); $sequence -> push (.. ... . range ( 1 , 50 )); var_dump ( $sequence -> capacity ()); $sequence [] = "a" ; ... var_dump ( $sequence -> capacity ()); ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/ds-sequence.capacity.html - [similar]
Removes and returns the last value 3570
« Ds\Sequence::merge Ds\Sequence::push » PHP Manual Sequence Removes and returns the last value ... $sequence = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $sequence -> pop ()); var_dump ( $sequence -> po ... p ()); var_dump ( $sequence -> pop ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-sequence.pop.html - [similar]
Returns the current capacity 3570
« Ds\Vector::apply Ds\Vector::clear » PHP Manual Vector Returns the current capacity Ds\Vector:: ... example <?php $vector = new \ Ds \ Vector (); var_dump ( $vector -> capacity ()); $vector -> push (... ra ... nge ( 1 , 50 )); var_dump ( $vector -> capacity ()); $vector [] = "a" ; var_ ...
https://man.plustar.jp/php/ds-vector.capacity.html - [similar]
Removes and returns the last value 3570
« Ds\Vector::merge Ds\Vector::push » PHP Manual Vector Removes and returns the last value Ds\Vec ... p $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $vector -> pop ()); var_dump ( $vector -> pop () ... ); var_dump ( $vector -> pop ()); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-vector.pop.html - [similar]
Fetch the next row and return it as an object 3570
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... brid_execute ( $conn , "SELECT * FROM code" ); var_dump ( cubrid_fetch_object ( $res )); // if you want to ... $f_name = null ; public function toString () { var_dump ( $this ); } } var_dump ( cubrid_fetch_object ( $r ... is -> s_name = $s ; $this -> f_name = $f ; } } var_dump ( cubrid_fetch_object ( $res , 'demodb_code_constr ... truct', array('s_name', 'f_name'), CUBRID_LOB) var_dump ( cubrid_fetch_object ( $res )); cubrid_close_requ ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
16 進数を 10 進数に変換する 3570
« getrandmax hypot » PHP Manual Math 関数 16 進数を 10 進数に変換する hexdec (PHP 4, PHP 5, PHP ... ように計算されます。 例 例1 hexdec() の例 <?php var_dump ( hexdec ( "See" )); var_dump ( hexdec ( "ee" )); ... // 共に "int(238)" を出力 var_dump ( hexdec ( "that" )); // "int(10)" を出力 var_dump ...
https://man.plustar.jp/php/function.hexdec.html - [similar]
文字エンコーディングを検出する 3570
« mb_decode_numericentity mb_detect_order » PHP Manual マルチバイト文字列 関数 文字エンコーディン ... ませんが、 // UTF-8 がもっとも近いと判定されます var_dump ( mb_detect_encoding ( $str , [ 'ASCII' , 'UTF-8' ... ], false )); var_dump ( mb_detect_encoding ( $str , [ 'ASCII' , 'UTF-8' ... trice パラメータを指定しても結果は変わりません var_dump ( mb_detect_encoding ( $str , [ 'ASCII' , 'UTF-8' ... , 'ISO-8859-1' ], false )); var_dump ( mb_detect_encoding ( $str , [ 'ASCII' , 'UTF-8' ...
https://man.plustar.jp/php/function.mb-detect-encoding.html - [similar]
カレンダーのロケールに基づいて、週の始めの日を返す 3570
« IntlCalendar::getErrorMessage IntlCalendar::getGreatestMinimum » PHP Manual IntlCalendar カレン ... Calendar :: createInstance ( NULL , 'es_ES' ); var_dump ( $cal1 -> getFirstDayOfWeek ()); // Monday $cal1 ... t ( 2013 , 1 /* February */ , 3 ); // a Sunday var_dump ( $cal1 -> get ( IntlCalendar :: FIELD_WEEK_OF_YEA ... Calendar :: createInstance ( NULL , 'en_US' ); var_dump ( $cal2 -> getFirstDayOfWeek ()); // Sunday $cal2 ... t ( 2013 , 1 /* February */ , 3 ); // a Sunday var_dump ( $cal2 -> get ( IntlCalendar :: FIELD_WEEK_OF_YEA ...
https://man.plustar.jp/php/intlcalendar.getfirstdayofweek.html - [similar]
コードポイントが制御文字かどうかを調べる 3570
« IntlChar::isblank IntlChar::isdefined » PHP Manual IntlChar コードポイントが制御文字かどうかを ... ます。 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: iscntrl ( "A" )); var_dump ( IntlCha ... r :: iscntrl ( " " )); var_dump ( IntlChar :: iscntrl ( "\n" )); var_dump ( IntlCh ...
https://man.plustar.jp/php/intlchar.iscntrl.html - [similar]