<?php

$string = "127.0.0.1:8000 127.0.0.1:81 127.0.0.1:77 127.0.0.1:66"; 
print_r(explode(' ', $string));