検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 1070 for Dump (0.829 sec.)
Yaf_Bootstrap_Abstract クラス 2952
« Yaf_Application::setAppDirectory Yaf_Dispatcher » PHP Manual Yaf Yaf_Bootstrap_Abstract クラス ... n _initConfig ( Yaf_Dispatcher $dispatcher ) { var_dump ( __METHOD__ ); } public function _initPlugin ( Ya ... f_Dispatcher $dispatcher ) { var_dump ( __METHOD__ ); } } $config = array( "application" ...
https://man.plustar.jp/php/class.yaf-bootstrap-abstract.html - [similar]
Creates a new deque using a callable to determine which values to include 2952
« Ds\Deque::count Ds\Deque::find » PHP Manual Deque Creates a new deque using a callable to dete ... ue = new \ Ds \ Deque ([ 1 , 2 , 3 , 4 , 5 ]); var_dump ( $deque -> filter (function( $value ) { return $v ... \ Ds \ Deque ([ 0 , 1 , 'a' , true , false ]); var_dump ( $deque -> filter ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-deque.filter.html - [similar]
Reduces the deque to a single value using a callback function 2952
« Ds\Deque::push Ds\Deque::remove » PHP Manual Deque Reduces the deque to a single value using a ... carry , $value ) { return $carry * $value ; }; var_dump ( $deque -> reduce ( $callback , 5 )); // Iteratio ... php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); var_dump ( $deque -> reduce (function( $carry , $value ) { ...
https://man.plustar.jp/php/ds-deque.reduce.html - [similar]
Removes and returns a value by key 2952
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); var_dump ( $map -> remove ( "a" )); // 1 var_dump ( $map -> ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Creates a new sequence using a callable to determine which values to include 2952
« Ds\Sequence::contains Ds\Sequence::find » PHP Manual Sequence Creates a new sequence using a c ... e = new \ Ds \ Vector ([ 1 , 2 , 3 , 4 , 5 ]); var_dump ( $sequence -> filter (function( $value ) { return ... Ds \ Vector ([ 0 , 1 , 'a' , true , false ]); var_dump ( $sequence -> filter ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-sequence.filter.html - [similar]
Creates a new set using a callable to determine which values to include 2952
« Ds\Set::diff Ds\Set::first » PHP Manual Set Creates a new set using a callable to determine wh ... $set = new \ Ds \ Set ([ 1 , 2 , 3 , 4 , 5 ]); var_dump ( $set -> filter (function( $value ) { return $val ... w \ Ds \ Set ([ 0 , 1 , 'a' , true , false ]); var_dump ( $set -> filter ()); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-set.filter.html - [similar]
Creates a new vector using a callable to determine which values to include 2952
« Ds\Vector::count Ds\Vector::find » PHP Manual Vector Creates a new vector using a callable to ... r = new \ Ds \ Vector ([ 1 , 2 , 3 , 4 , 5 ]); var_dump ( $vector -> filter (function( $value ) { return $ ... Ds \ Vector ([ 0 , 1 , 'a' , true , false ]); var_dump ( $vector -> filter ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-vector.filter.html - [similar]
グレゴリオ暦の日付/時刻の妥当性を確認します 2952
« 日付・時刻 関数 date_add » PHP Manual 日付・時刻 関数 グレゴリオ暦の日付/時刻の妥当性を確認しま ... lse を返します。 例 例1 checkdate() の例 <?php var_dump ( checkdate ( 12 , 31 , 2000 )); var_dump ( checkd ...
https://man.plustar.jp/php/function.checkdate.html - [similar]
オブジェクトのクラス名を返す 2952
« get_class_vars get_declared_classes » PHP Manual クラス/オブジェクト関数 オブジェクトのクラス名 ... t class bar { public function __construct () { var_dump ( get_class ( $this )); var_dump ( get_class ()); ... struct () { } } $baz = new \ Foo \ Bar \ Baz ; var_dump ( get_class ( $baz )); ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/function.get-class.html - [similar]
乱数値の最大値を表示する 2952
« min mt_rand » PHP Manual Math 関数 乱数値の最大値を表示する mt_getrandmax (PHP 4, PHP 5, PHP 7 ... and () / mt_getrandmax () * ( $max - $min ); } var_dump ( randomFloat ()); var_dump ( randomFloat ( 2 , 20 ...
https://man.plustar.jp/php/function.mt-getrandmax.html - [similar]