検索

phrase: max: clip:
target: order:
Results of 811 - 820 of about 1070 for Dump (0.249 sec.)
ストレージの文字列表現をアンシリアライズする 2628
« SplObjectStorage::setInfo SplObjectStorage::valid » PHP Manual SplObjectStorage ストレージの文 ... " ; $s2 -> unserialize ( $s1 -> serialize ()); var_dump ( count ( $s2 )); ?> 上の例の出力は、 たとえば以下 ...
https://man.plustar.jp/php/splobjectstorage.unserialize.html - [similar]
実行する SQL 文を準備する 2628
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepa ... ITE3_INTEGER ); $result = $stmt -> execute (); var_dump ( $result -> fetchArray ()); ?> 参考 SQLite3Stmt:: ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]
Copy data from named shared memory 2628
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... rt.txt" ); $result = $mem -> read ( 3 , - 4 ); var_dump ( $result ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
Manipulation 2628
« Threaded::isTerminated Threaded::notify » PHP Manual Threaded Manipulation Threaded::merge (PE ... "bar" ; $safe -> merge ( $stdClass , false ); var_dump ( $safe ); ?> 上の例の出力は以下となります。 objec ...
https://man.plustar.jp/php/threaded.merge.html - [similar]
カレントノードの親ノードを返す 2628
« tidyNode::__construct tidyNode::hasChildren » PHP Manual tidyNode カレントノードの親ノードを返 ... $tidy -> html ()-> child [ 0 ]-> child [ 0 ]; var_dump ( $node -> getparent ()-> name ); ?> 上の例の出力は ...
https://man.plustar.jp/php/tidynode.getparent.html - [similar]
列挙型の case 一覧を生成する 2628
« UnitEnum BackedEnum » PHP Manual UnitEnum 列挙型の case 一覧を生成する UnitEnum::cases (PHP 8 ... ; case Diamonds ; case Clubs ; case Spades ; } var_dump ( Suit :: cases ()); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/unitenum.cases.html - [similar]
RAR 2628
« ssh2:// ogg:// » PHP Manual サポートするプロトコル/ラッパー RAR rar:// rar:// — RAR 説明 このラ ... ( 'open_password' => 'samplepassword' ) ) ) ); var_dump ( stream_get_contents ( $stream )); /* 作成日や最終 ... そのため、多くのファイルには含まれていません */ var_dump ( fstat ( $stream )); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/wrappers.rar.html - [similar]
直近で発生したエラーのメッセージを取得する 2628
« Yaf_Application::getDispatcher Yaf_Application::getLastErrorNo » PHP Manual Yaf_Application 直 ... r ( $errno , $errstr , $errfile , $errline ) { var_dump ( Yaf_Application :: app ()-> getLastErrorMsg ()); ...
https://man.plustar.jp/php/yaf-application.getlasterrormsg.html - [similar]
URL を組み立てる 2628
« Yaf_Route_Regex Yaf_Route_Regex::__construct » PHP Manual Yaf_Route_Regex URL を組み立てる Yaf ... ' ); $router -> addRoute ( "regex" , $route ); var_dump ( $router -> getRoute ( 'regex' )-> assemble ( arr ...
https://man.plustar.jp/php/yaf-route-regex.assemble.html - [similar]
URLを組み立てる 2628
« Yaf_Route_Simple Yaf_Route_Simple::__construct » PHP Manual Yaf_Route_Simple URLを組み立てる Y ... ); $router -> addRoute ( "simple" , $route ); var_dump ( $router -> getRoute ( 'simple' )-> assemble ( ar ...
https://man.plustar.jp/php/yaf-route-simple.assemble.html - [similar]