$img = new bbn\File\Image("/home/data/test/image.jpg");
bbn\X::dump($img->getWidth());
// (int) 265
function()
{
if ($this->w) {
return $this->w;
}
if ($this->test()) {
if (isset($this->w)) {
return $this->w;
}
}
return 0;
}