Show Output
PHP Function with Optional Parameters
Hello, world!"; } // Calling function customFont("Arial", 2); customFont("Times", 3); customFont("Courier"); ?>