Return the web accessible URL to this image file
Example
// Example of using the url method/property
foreach($page->files as $file) {
echo "<li><a href='$file->url'>$file->description</a></li>";
}
Usage
$string = $pageimage->url();
Return value
string
Pageimage methods and properties
API reference based on ProcessWire core version 3.0.236