検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 1200 for var (1.843 sec.)
次のエントリに移動する 2820
« SplObjectStorage::key SplObjectStorage::offsetExists » PHP Manual SplObjectStorage 次のエントリ ... $object = $s -> current (); // current($s) と同等 var_dump ( $index ); var_dump ( $object ); $s -> next ...
https://man.plustar.jp/php/splobjectstorage.next.html - [similar]
ストレージからオブジェクトを取り除く 2820
« SplObjectStorage::offsetSet SplObjectStorage::removeAll » PHP Manual SplObjectStorage ストレー ... $s = new SplObjectStorage (); $s -> attach ( $o ); var_dump ( count ( $s )); $s -> offsetUnset ( $o ); // ... unset($s[$o]) と同等 var_dump ( count ( $s )); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/splobjectstorage.offsetunset.html - [similar]
イテレータをストレージの最初の要素に巻き戻す 2820
« SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ ... ); // current($s) と同等 $data = $s -> getInfo (); var_dump ( $object ); var_dump ( $data ); $s -> next ( ...
https://man.plustar.jp/php/splobjectstorage.rewind.html - [similar]
Gets read timeout 2820
« Stomp::error Stomp::getSessionId » PHP Manual Stomp Gets read timeout Stomp::getReadTimeout st ... e( 'Connection failed: ' . $e -> getMessage ()); } var_dump ( $stomp -> getReadTimeout ()); /* close conn ... 'Connection failed: ' . stomp_connect_error ()); } var_dump ( stomp_get_read_timeout ( $link )); /* close ...
https://man.plustar.jp/php/stomp.getreadtimeout.html - [similar]
Copy data to named shared memory 2820
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... here. } $result = $mem -> write ( "report.txt" ); var_dump ( $result ); $result = $mem -> write ( "repor ... t.txt" , - 3 ); var_dump ( $result ); ?> 上の例の出力は、 たとえば以下 ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]
このノードが兄弟ノードを持つかどうかを調べる 2820
« tidyNode::hasChildren tidyNode::isAsp » PHP Manual tidyNode このノードが兄弟ノードを持つかどう ... parse_string ( $html ); $num = 0 ; // the html tag var_dump ( $tidy -> html ()-> hasSiblings ()); // the ... head tag var_dump ( $tidy -> html ()-> child [ 0 ]-> hasSibling ...
https://man.plustar.jp/php/tidynode.hassiblings.html - [similar]
直近で発生したエラーのコードを取得する 2820
« Yaf_Application::getLastErrorMsg Yaf_Application::getModules » PHP Manual Yaf_Application 直近 ... ndler ( $errno , $errstr , $errfile , $errline ) { var_dump ( Yaf_Application :: app ()-> getLastErrorNo ... ()); var_dump ( Yaf_Application :: app ()-> getLastErrorNo ...
https://man.plustar.jp/php/yaf-application.getlasterrorno.html - [similar]
URLを組み立てる 2820
« Yaf_Route_Map Yaf_Route_Map::__construct » PHP Manual Yaf_Route_Map URLを組み立てる Yaf_Route_ ... te_Map (); $router -> addRoute ( "map" , $route ); var_dump ( $router -> getRoute ( 'map' )-> assemble ( ... e , '_' ); $router -> addRoute ( "map" , $route ); var_dump ( $router -> getRoute ( 'map' )-> assemble ( ...
https://man.plustar.jp/php/yaf-route-map.assemble.html - [similar]
URL を組み立てる 2820
« Yaf_Route_Static Yaf_Route_Static::match » PHP Manual Yaf_Route_Static URL を組み立てる Yaf_Ro ... tic (); $router -> addRoute ( "static" , $route ); var_dump ( $router -> getRoute ( 'static' )-> assemble ... ' => 'yafcontroller' , ':m' => 'yafmodule' ), ) ); var_dump ( $router -> getRoute ( 'static' )-> assemble ...
https://man.plustar.jp/php/yaf-route-static.assemble.html - [similar]
Yaf_View_Simple のコンストラクタ 2820
« Yaf_View_Simple::clear Yaf_View_Simple::display » PHP Manual Yaf_View_Simple Yaf_View_Simple の ... ンジンのオプション。Yaf 2.1.13 からは、短いタグ "<?=$var?>" を ("short_open_tag" の値にかかわらず) テンプレ ... , short , template , タグ , views , オフ , open , var ...
https://man.plustar.jp/php/yaf-view-simple.construct.html - [similar]