Core
function
Reference for PHP function
Definition
function in PHP.
Syntax
<?php
// syntax for function
Example
<?php
echo "Using function";
Try It Yourself
Test it out in the Playground.
Reference for PHP function
function in PHP.
<?php
// syntax for function
<?php
echo "Using function";
Test it out in the Playground.