Yum Downgrade PHP

#for apache web server
a2dismod php7.2 
a2enmod php7.0
systemctl restart apache2
hirohito