I am not going to be too verbose on this one because there is no reason to.
Both echo and print do the same thing with the exception that:
1. "echo" seems to be faster
2. "print" does return true or false and echo does not.
Other than that it is just a matter of preference.
Reference