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