$ ping -c 10 goo.gl
PING goo.gl (209.85.148.113) 56(84) bytes of data.
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=1 ttl=56 time=46.5 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=2 ttl=56 time=46.5 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=3 ttl=56 time=46.6 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=4 ttl=56 time=46.7 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=5 ttl=56 time=46.8 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=6 ttl=56 time=46.5 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=7 ttl=56 time=46.6 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=8 ttl=56 time=46.5 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=9 ttl=56 time=47.2 ms
64 bytes from fra07s07-in-f113.1e100.net (209.85.148.113): icmp_req=10 ttl=56 time=46.7 ms
--- goo.gl ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9015ms
rtt min/avg/max/mdev = 46.547/46.721/47.250/0.281 ms
$arr[key] = value;
$arr[] = value;
// key may be an integer or string
// value may be any value of any type
//If $arr doesn't exist yet, it will be created, so this is also an alternative way to create an array