當前位置: 首頁>>代碼示例>>PHP>>正文


PHP WebPage::tail方法代碼示例

本文整理匯總了PHP中WebPage::tail方法的典型用法代碼示例。如果您正苦於以下問題:PHP WebPage::tail方法的具體用法?PHP WebPage::tail怎麽用?PHP WebPage::tail使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在WebPage的用法示例。


在下文中一共展示了WebPage::tail方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1:

<div id="content">

<p>
Thibaut Tollemer started this project in July 2000. 
He's been using this project as a demo of what he could do as a game programmer, in order to be hired.
As he was hired, he published the source code and created a project space on sourceforge.net on May 2003.
Unfortunately, he doesn't have so much time for programming new features since then.
</p>

<p>
Bernd Arnold joined the project in the end of 2007.
</p>

<p>
Jerome Bigot joined the project in May 2008. He developed the remote-fuse-bombs feature.
</p>

<p>
Markus Drescher joined the project in September 2008. He created the Linux port and is programming new features 
as well as enhancing the computer bombers' AI now.
</p>

<p>
<a href="http://fury94.free.fr/">Thibaut's original project page</a> is still available if you want to have a look at it.
</p>

</div>

<?php 
$webpage->tail();
開發者ID:talregev,項目名稱:Bombermaaan,代碼行數:30,代碼來源:history.php


注:本文中的WebPage::tail方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。