if(count(array_filter($array)) == 0)
{
	// All values are empty
	...
}