本文整理汇总了PHP中Printer::printVersion方法的典型用法代码示例。如果您正苦于以下问题:PHP Printer::printVersion方法的具体用法?PHP Printer::printVersion怎么用?PHP Printer::printVersion使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Printer
的用法示例。
在下文中一共展示了Printer::printVersion方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: ga
ga('send', 'pageview');
</script>
<body style="background:url(img/background.jpg);color:white;">
<div id="wrapper" style="width:1700px;text-align:left;margin-left:10px;margin-right:auto;margin-top:20px;">
<div id="form" style="float:left;width:300px;margin-left:20px;">
<form action="./<?php
Printer::printGetParameters();
?>
" method="post">
<a href="<?php
print WEB_ROOT;
?>
"><img src="img/logo.png" style="width:220px;margin-top:-20px;margin-left:-8px;" /></a>
<!--<p style="text-align:center;color:gray;font-size:0.8em;"><?php
Printer::printVersion();
?>
</p>-->
<h3>Players:</h3>
<textarea name="players" rows="20" cols="30" style="height:350px;"><?php
Printer::printPlayers();
?>
</textarea>
<br/>
<h3>Table:</h3>
<select name="table">
<?php
// create list of tables to choose from
Printer::printAvailableTables(Info::getAvailableTables());
?>
</select>