/** * version #1.0 * package money899 Portal * date 2009/3 * author BigNostrilTAO * email bignostriltao@gmail.com * copyright protected */ defined( '_VALID_WAY' ) or die( 'Do not Access the Location Directly!' ); /************************************************************ //* 直接重新導向 //* 傳回: 無 ************************************************************/ function Redirect($url) { if (headers_sent()) { global_js_headder(); echo "document.location.href='$url';\n"; global_js_tailer(); } else { @ob_end_clean(); // clear output buffer header( "Location: $url" ); exit(); } } /************************************************************ //* 目的: 關調子視窗,母視窗重新整理 //* 參數: publicMsg傳入訊息 //* 傳回: 無 ************************************************************/ function showCloseBackReload($publicMsg) { global_js_headder(); echo " alert('$publicMsg');\n"; echo " window.opener.location.reload();\n"; echo " window.close();\n"; global_js_tailer(); } /************************************************************ //* 目的: alert傳入訊息,並返回上頁 //* 參數: publicMsg傳入訊息 //* 傳回: 無 ************************************************************/ function showMsgBack($publicMsg) { global_js_headder(); ?> alert(""); window.history.back(); global_js_tailer(); } //************************************************************ //* 目的: alert傳入訊息,並返回結束本頁視窗 //* 參數: publicMsg傳入訊息 //* 傳回: 無 //************************************************************ function showMsgClose($publicMsg) { global_js_headder(); ?> window.resizeTo(1, 1); window.moveTo(900, 900); alert(""); window.close(); global_js_tailer(); } //************************************************************ //* 目的: alert傳入訊息,並返回上頁,opener重新載入 //* 參數: publicMsg傳入訊息 //* 傳回: 無 //************************************************************ function showMsgBackReload($publicMsg) { global_js_headder(); ?> alert(""); window.history.back(); window.opener.location.reload(); global_js_tailer(); } //************************************************************ //* 目的: alert傳入訊息,導向另外一頁 //* 參數: publicMsg傳入訊息 //* 傳回: 無 //************************************************************ function showMsgRedirect($publicMsg,$url) { global_js_headder(); ?> alert(""); location.href=''; global_js_tailer(); } /************************************************************ //* 目的: 關調子視窗,母視窗重新導向 //* 參數: publicMsg傳入訊息 //* 傳回: 無 ************************************************************/ function showCloseOpenRedir($publicMsg,$url) { global_js_headder(); echo " alert('$publicMsg');\n"; echo " window.opener.location.href='".$url."';\n"; echo " window.close();\n"; global_js_tailer(); } ?> /** * version #1.0 * package money899 Portal * date 2009/3 * author BigNostrilTAO * email bignostriltao@gmail.com * copyright protected */ class CollectionIterator implements Iterator { private $_collection; private $_currIndex = 0; private $_keys; function __construct(Collection $objCol) { $this->_collection = $objCol; $this->_keys = $this->_collection->keys(); } function rewind() { $this->_currIndex = 0; } function hasMore() { return $this->_currIndex < $this->_collection->length(); } function key() { return $this->_keys[$this->_currIndex]; } function current() { return $this->_collection->getItem($this->_keys[$this->_currIndex]); } function next() { $this->_currIndex++; } function valid() { return $this->_currIndex < $this->_collection->length(); } } ?>
●一鍋兩用上蒸、下煮烹飪超便利
●鍋內無鉚釘設計,易清潔不易脫落
●不鏽鋼加長接口,避免明火燒木柄
●兩側導流嘴設計,左右手使用不受限
●日式鎚紋沸騰不易溢鍋,煮燉更安全