首页课程Cours révolutionnaire amusant PHPIntroduction aux fonctions personnalisées

Introduction aux fonctions personnalisées

目录列表

<?php function php_cn(){ "我爱PHP中文网";}echo php_cn(); ?> 这个代码会不会在页面中显示"我爱PHP中文网"吗嘛?

以下哪些自定义函数是正确的?

1/2