View gist:5216677
<?php | |
/************* | |
* gettext aliases | |
* Singular, Plural integrated with sprintf | |
* http://andrecatita.com | |
**********************/ | |
function _t() { | |
$args = func_get_args(); |
View iso7064_mod11_2.php
<?php | |
class Iso7064mod112 { | |
public $code; | |
public function encode($code) { | |
$this->code = $code; | |
$c = $this->computeCheck($this->code); | |
if ($c == 10) { |