Difference Between echo() and print() PHP

print() returns a value much like a normal function would but echo() does not

echo() runs faster than print()

Echo can take multiple parameters where as print cannot