Ejemplo n.º 1
0
function twig_ratio_function($w, $h)
{
    return fraction($w, $h, ':');
}
Ejemplo n.º 2
0
 public function ratio()
 {
     return fraction($this->filex, $this->filey, ':');
 }
Ejemplo n.º 3
0
 public function ratio()
 {
     return fraction($this->filewidth, $this->fileheight, ':');
 }