phpprint PHP Print functionPrint() display the output to browser.Example for PHP Print function <?phpprint (“Welcome to w3htmlschool online tutorials”);?>