예제 #1
0
function twig_ratio_function($w, $h)
{
    return fraction($w, $h, ':');
}
예제 #2
0
 public function ratio()
 {
     return fraction($this->filex, $this->filey, ':');
 }
예제 #3
0
파일: display.php 프로젝트: 2Rainbow/fukuro
 public function ratio()
 {
     return fraction($this->filewidth, $this->fileheight, ':');
 }