本文整理汇总了PHP中Math::modulo11方法的典型用法代码示例。如果您正苦于以下问题:PHP Math::modulo11方法的具体用法?PHP Math::modulo11怎么用?PHP Math::modulo11使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Math
的用法示例。
在下文中一共展示了Math::modulo11方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<td class="scape-text-left-7 ct celula-top" valign="top" width="141" height="13">Valor Documento</td>
</tr>
<tr>
<td class="scape-text-left-11 cp celula-right celula-bottom" valign="top" width="172" height="12">
<?php
echo $model->sacado_nome;
?>
</td>
<td class="cp celula-right celula-bottom" valign="top" align="center" width="169" height="12">
<?php
echo $model->numero_documento;
?>
</td>
<td class="cp celula-right celula-bottom" valign="top" align="center" width="173" height="12">
<?php
echo CodigoDeBarras::formataNumero($model->nosso_numero, 12, 0) . Math::modulo11($model->nosso_numero);
?>
</td>
<td class="scape-text-right cp celula-bottom" valign="top" align="right" width="141" height="12">
<?php
echo $model->valor_boleto;
?>
</td>
</tr>
</tbody>
</table>
<!-- Tabela Quinta linha exibindo: Instruções-->
<table cellspacing="0" width="666" cellpadding="0" border="0">
<tbody>
<tr>
<td class="ct" width="7" height="12"></td>