Fatal error: Cannot redeclare is_stop() (previously declared in /var/www/html/navprog/sender/Segment.php:16) in /var/www/html/navprog/sender/Segment.php on line 16
require_once()
.function_exists()
).if (!function_exists('is_stop')) {
function is_stop($point) {
if ($point->type == 221 || $point->type == 224 || $point->type == 231 || $point->type == 234 || $point->type == 241) {
return true;
}
return false;
}
}