geo/geo.inc, line 164
- Versions
- 6
geo_query_contains($field, $srid = null, $target)
Code
<?php
function geo_query_contains($field, $srid = null, $target) {
return "Within(GeomFromText('". $target['wkt'] ."'), $field)";
}
?> geo/geo.inc, line 164
geo_query_contains($field, $srid = null, $target)<?php
function geo_query_contains($field, $srid = null, $target) {
return "Within(GeomFromText('". $target['wkt'] ."'), $field)";
}
?>