I am looking for a way to write a function in a script to show what differences there are between array values
Edit: added PHP code (and simplified...)
Array
(
[0] => HTTP/1.1 200 OK
[Content-Type] => text/html; charset=UTF-8
[Connection] => close
[X-Powered-By] => PHP/5.6.30
[X-Content-Type-Options] => nosniff
[Server] => nginx
)
Array
(
[0] => HTTP/1.1 200 OK
[Server] => Apache/2.4.27 (Amazon) OpenSSL/1.0.1k-fips PHP/5.6.30
[X-Powered-By] => PHP/5.6.30
[Content-Length] => 11
[Connection] => close
[Content-Type] => text/html; charset=UTF-8
)