Skip to content

Instantly share code, notes, and snippets.

@rasoulvatanparast
Created July 2, 2019 16:20
Show Gist options
  • Save rasoulvatanparast/d1c520b556e4d4b7bf6396b2980ddb97 to your computer and use it in GitHub Desktop.
Save rasoulvatanparast/d1c520b556e4d4b7bf6396b2980ddb97 to your computer and use it in GitHub Desktop.
<?php
function info(){
return "this is the return value..";
}
echo info();
/*
output:
this is the return value..
*/
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment