検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 1070 for Dump (0.023 sec.)
LuaSandbox 3018
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ ... Function::__construct — Unused LuaSandboxFunction::dumpDump the function as a binary blob LuaSandboxErr ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]
Returns the result of adding all given values to the deque 3018
« Ds\Deque::map Ds\Deque::pop » PHP Manual Deque Returns the result of adding all given values t ... php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); var_dump ( $deque -> merge ([ 4 , 5 , 6 ])); var_dump ( $de ...
https://man.plustar.jp/php/ds-deque.merge.html - [similar]
Creates a new instance 3018
« Ds\Map::clear Ds\Map::copy » PHP Manual Map Creates a new instance Ds\Map::__construct (PECL d ... ruct() example <?php $map = new \ Ds \ Map (); var_dump ( $map ); $map = new \ Ds \ Map ([ "a" => 1 , "b" ... => 2 , "c" => 3 ]); var_dump ( $map ); ?> 上の例の出力は、 たとえば以下のように ...
https://man.plustar.jp/php/ds-map.construct.html - [similar]
Returns the sum of all values in the map 3018
« Ds\Map::sorted Ds\Map::toArray » PHP Manual Map Returns the sum of all values in the map Ds\Ma ... Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); var_dump ( $map -> sum ()); ?> 上の例の出力は、 たとえば以下 ... \ Map ([ "a" => 1 , "b" => 2.5 , "c" => 3 ]); var_dump ( $map -> sum ()); ?> 上の例の出力は、 たとえば以下 ...
https://man.plustar.jp/php/ds-map.sum.html - [similar]
Returns the result of adding all given values to the sequence 3018
« Ds\Sequence::map Ds\Sequence::pop » PHP Manual Sequence Returns the result of adding all given ... $sequence = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $sequence -> merge ([ 4 , 5 , 6 ])); var_dump ( ...
https://man.plustar.jp/php/ds-sequence.merge.html - [similar]
Returns the result of adding all given values to the set 3018
« Ds\Set::last Ds\Set::reduce » PHP Manual Set Returns the result of adding all given values to ... e <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ]); var_dump ( $set -> merge ([ 3 , 4 , 5 ])); var_dump ( $set ...
https://man.plustar.jp/php/ds-set.merge.html - [similar]
Returns the result of adding all given values to the vector 3018
« Ds\Vector::map Ds\Vector::pop » PHP Manual Vector Returns the result of adding all given value ... p $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $vector -> merge ([ 4 , 5 , 6 ])); var_dump ( $v ...
https://man.plustar.jp/php/ds-vector.merge.html - [similar]
8 ビット文字列を quoted-printable 文字列に変換する 3018
« quoted_printable_decode quotemeta » PHP Manual String 関数 8 ビット文字列を quoted-printable 文 ... able_encode ( 'Möchten Sie ein paar Äpfel?' ); var_dump ( $encoded ); var_dump ( quoted_printable_decode ( ...
https://man.plustar.jp/php/function.quoted-printable-encode.html - [similar]
指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す 3018
« strrpos strstr » PHP Manual String 関数 指定したマスク内に含まれる文字からなる文字列の最初のセ ... ctの最初の文字がmaskのどの文字とも一致しません var_dump ( strspn ( "foo" , "o" )); // subject のオフセット ... 1 から 2 文字を調べます var_dump ( strspn ( "foo" , "o" , 1 , 2 )); // subject のオ ... フセット 1 から 1 文字を調べます var_dump ( strspn ( "foo" , "o" , 1 , 1 )); ?> 上の例の出力 ...
https://man.plustar.jp/php/function.strspn.html - [similar]
Deletes previously added function or method 3018
« uopz_copy uopz_delete » PHP Manual Uopz 関数 Deletes previously added function or method uopz_ ... unction ( 'foo' , function () {echo 'bar' ;}); var_dump ( function_exists ( 'foo' )); uopz_del_function ( ... 'foo' ); var_dump ( function_exists ( 'foo' )); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/function.uopz-del-function.html - [similar]