На царапины не похожеЛибо я вижу тут всё-таки почти параллельные царапины от того, что было прижато что-то твёрдое в нескольких точках и ёрзало при переноске, либо такие следы могли через пространственно-временной рифт оставить инопланетяне, те самые, что раньше круги на полях оставляли. Других объяснений столь явной корелляции линий у меня нет.
Instagram has started applying extremely restrictive limits to requests from IPs that are detected as cloud servers.
A couple of requests will go through at first, but after a moment, all requests will be blocked, with a very long timer until they are unblocked again. After this timer, you get a couple more requests, and the cycle repeats.
Since websites must be hosted in the cloud, any interaction with Instagram becomes extremely difficult if the cloud provider is on Instagram's block list. All the cloud providers I've tried are on that list.
preg_match('/^([\d ]+) /', $str, $matches);
$result = $matches[1];
$a = 'foo 123 456 789 bar';
echo filter_var($a, FILTER_SANITIZE_NUMBER_INT); // убирает пробелы и лишние буквы \☻/
// -> 123456789