foreach ( $array as $key ) { echo $key [ 'date' ] . ' игрок с ником ' . $key [ 'name' ] . ' зашёл в игру с айпи ' . $key [ 'ip' ] ; }