PHP 7 vs PHP 5 — changes in functions

怎甘沉沦 提交于 2019-12-19 10:47:20

问题


I'm currently building a website for my university assignment using local server XAMPP running PHP 7.1.1 but then I just found out that the university server is running an older PHP server version (I believe PHP 5.x) and all my PHP functions won't work at all.

So I wonder: if I want to make it work with the university server, do I just need to change syntax to match PHP 5.x? Because now I have no idea what are the differences between PHP 7.x and 5.x.

Can anyone clarify this for me?


回答1:


You could start from the official documentation, if you want to migrate from 5.x to 7.x



来源:https://stackoverflow.com/questions/44275096/php-7-vs-php-5-changes-in-functions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!