検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 1070 for Dump (0.787 sec.)
HTTP レスポンスヘッダ 2952
« $php_errormsg $argc » PHP Manual 定義済の変数 HTTP レスポンスヘッダ $http_response_header (PHP ... { file_get_contents ( "http://example.com" ); var_dump ( $http_response_header ); } get_contents (); var_ ...
https://man.plustar.jp/php/reserved.variables.httpresponseheader.html - [similar]
イテレータの現在位置を返す 2952
« SplObjectStorage::getInfo SplObjectStorage::next » PHP Manual SplObjectStorage イテレータの現在 ... ject = $s -> current (); // current($s) と同等 var_dump ( $index ); var_dump ( $object ); $s -> next (); } ...
https://man.plustar.jp/php/splobjectstorage.key.html - [similar]
オブジェクトがストレージ内に存在するかどうかを調べる 2952
« SplObjectStorage::next SplObjectStorage::offsetGet » PHP Manual SplObjectStorage オブジェクトが ... s ; $o2 = new StdClass ; $s -> attach ( $o1 ); var_dump ( $s -> offsetExists ( $o1 )); // isset($s[$o1]) と ... 同等 var_dump ( $s -> offsetExists ( $o2 )); // isset($s[$o2]) と ...
https://man.plustar.jp/php/splobjectstorage.offsetexists.html - [similar]
オブジェクトに関連づけられたデータを返す 2952
« SplObjectStorage::offsetExists SplObjectStorage::offsetSet » PHP Manual SplObjectStorage オブジ ... ; $s [ $o1 ] = "hello" ; $s -> attach ( $o2 ); var_dump ( $s -> offsetGet ( $o1 )); // $s[$o1] と同等 var_ ...
https://man.plustar.jp/php/splobjectstorage.offsetget.html - [similar]
別のストレージに含まれているオブジェクトを現在のストレージから取り除く 2952
« SplObjectStorage::offsetUnset SplObjectStorage::removeAllExcept » PHP Manual SplObjectStorage ... (); $b [ $o1 ] = "bar" ; $b [ $o2 ] = "gee" ; var_dump ( count ( $b )); $b -> removeAll ( $a ); var_dump ...
https://man.plustar.jp/php/splobjectstorage.removeall.html - [similar]
Gets the current stomp session ID 2952
« Stomp::getReadTimeout Stomp::hasFrame » PHP Manual Stomp Gets the current stomp session ID Sto ... Connection failed: ' . $e -> getMessage ()); } var_dump ( $stomp -> getSessionId ()); /* close connection ... nection failed: ' . stomp_connect_error ()); } var_dump ( stomp_get_session_id ( $link )); /* close connec ...
https://man.plustar.jp/php/stomp.getsessionid.html - [similar]
スカラー型の値を列挙型にマップするか、null を返す 2916
« BackedEnum::from コンテキストオプションとパラメータ » PHP Manual BackedEnum スカラー型の値を列 ... Spades = 'S' ; } $h = Suit :: tryFrom ( 'H' ); var_dump ( $h ); $b = Suit :: tryFrom ( 'B' ) ?? Suit :: Sp ... ades ; var_dump ( $b ); ?> 上の例の出力は以下となります。 enum(Sui ...
https://man.plustar.jp/php/backedenum.tryfrom.html - [similar]
CURLStringFile オブジェクトを作る 2916
« CURLStringFile Event » PHP Manual CURLStringFile CURLStringFile オブジェクトを作る CURLStringF ... <?php /* http://example.com/upload.php: <?php var_dump($_FILES); var_dump(file_get_contents($_FILES['test ...
https://man.plustar.jp/php/curlstringfile.construct.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 2916
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... getElementsByTagName ( "child" )-> item ( 0 ); var_dump ( get_class ( $element )); // __toString メソッドの ... このノードの現在のオーナーは myDOMDocument です var_dump ( get_class ( $child -> ownerDocument )); // ノード ... しいオーナーは myOtherDOMDocument に変わりました var_dump ( get_class ( $child -> ownerDocument )); ?> 上の例 ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
Reduces the map to a single value using a callback function 2916
« Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callb ... $key , $value ) { return $carry * $value ; }; var_dump ( $map -> reduce ( $callback , 5 )); // Iterations ... Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); var_dump ( $map -> reduce (function( $carry , $key , $value ...
https://man.plustar.jp/php/ds-map.reduce.html - [similar]