Home
About
Contact
Follow on Facebook
Home
Jobs
_Pak Army
_Pakistan Air Force
_Atomic Energy
_PAC Kamra
_Pakistan Navy
_Pakistan Railways
_POF
_Fpsc
_Ppsc
_Other Government Jobs
Programming
_c++
_Phyton
_Php
_c#
__Asp.net mvc
_Matlab
Adobe illustrator tutorial
General Knowledge
Courses
_Computer vision
Past Papers
_OTS Past Papers
_FPSC past paper
_PPSC past paper
__Computer Science
Articles
Home
php
functions in php
functions in php
Muhammad Awais Khan
February 12, 2019
functions in php
<!DOCTYPE html>
<html>
<head>
<title>functions in php</title>
</head>
<body>
<?php
function num()
{
return 2;
}
$v = num() + 1;
echo $v;
?>
</body>
</html>
Post a Comment
0 Comments
!->
Social Plugin
Popular Posts
Accessing Data through Context API and through Reducer Hook in React.js
October 23, 2020
Categories
0 Comments