<?php function sum($x, $y) { $z = $x + $y; return $z; } echo "5 + 10 = " . sum(5,10) . "<br>"; echo "7 + 13 = " . sum(7,13) . "<br>"; echo "2 + 4 = " . sum(2,4);?>
Natijasi:
5 + 10 = 15
7 + 13 = 20
2 + 4 = 6
// glob() orqali hostindan .php fayllarni qidiramiz! /* rezultat Array ( [0] => test.php [1] => index.php [2] => post.php [3] => reg.php ) */ ///// Bu yerdayam hudi tepadagidek faqat .php va txt fotmatdagi fayllarni topadi /* rezultat Array ( [0] => test.php [1] => index.php [2] => reg.php [3] => test.php [4] => log.txt [5] => test.txt ) */
23 qilib