小喵 🐈 says to Happy Web Developer
函數方法是: function foo($bar = 9487) { // 程式碼 } 一般程式流程的話是: $foo = $bar ?? $baz ?? 9487;