diff --git a/20241017/func.php b/20241017/func.php new file mode 100644 index 0000000..656f419 --- /dev/null +++ b/20241017/func.php @@ -0,0 +1,34 @@ +0&& $num2> 0){ + return true; + } else{ + return false; + } + } else { + return false; + } +} + +function add(int $num1, int $num2){ + return $num1 + $num2; +} + +function add10(int $num){ + return $num+=10; +} + +function add11(&$num){ + return $num+= 11; +} + +function nincsertek($num = 100){ + return $num; +} \ No newline at end of file diff --git a/20241017/html.php b/20241017/html.php new file mode 100644 index 0000000..5675c08 --- /dev/null +++ b/20241017/html.php @@ -0,0 +1,16 @@ + + +
+ + +